From: yu.dongliang <18588496441@163.com> Date: Wed, 6 Sep 2023 02:28:02 +0000 (+0800) Subject: scf_eda.proto X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=08d36c0c34321f30016a64bfe3ffc642ab2e45d6;p=ses.git scf_eda.proto --- diff --git a/scf_eda.pb-c.c b/scf_eda.pb-c.c index 8419d8c..8106cad 100644 --- a/scf_eda.pb-c.c +++ b/scf_eda.pb-c.c @@ -385,7 +385,7 @@ const ProtobufCMessageDescriptor scf_line__descriptor = (ProtobufCMessageInit) scf_line__init, NULL,NULL,NULL /* reserved[123] */ }; -static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = +static const ProtobufCFieldDescriptor scf_epin__field_descriptors[24] = { { "id", @@ -556,11 +556,35 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = 0,NULL,NULL /* reserved1,reserved2, etc */ }, { - "sr", + "dr", 15, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_DOUBLE, 0, /* quantifier_offset */ + offsetof(ScfEpin, dr), + NULL, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, + { + "jdr", + 16, + PROTOBUF_C_LABEL_REQUIRED, + PROTOBUF_C_TYPE_DOUBLE, + 0, /* quantifier_offset */ + offsetof(ScfEpin, jdr), + NULL, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, + { + "sr", + 17, + PROTOBUF_C_LABEL_REQUIRED, + PROTOBUF_C_TYPE_DOUBLE, + 0, /* quantifier_offset */ offsetof(ScfEpin, sr), NULL, NULL, @@ -569,7 +593,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "jsr", - 16, + 18, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_DOUBLE, 0, /* quantifier_offset */ @@ -581,7 +605,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "pr", - 17, + 19, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_DOUBLE, 0, /* quantifier_offset */ @@ -593,7 +617,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "jpr", - 18, + 20, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_DOUBLE, 0, /* quantifier_offset */ @@ -605,7 +629,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "x", - 19, + 21, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_INT32, 0, /* quantifier_offset */ @@ -617,7 +641,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "y", - 20, + 22, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_INT32, 0, /* quantifier_offset */ @@ -629,7 +653,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "vflag", - 21, + 23, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_BOOL, 0, /* quantifier_offset */ @@ -641,7 +665,7 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[22] = }, { "pflag", - 22, + 24, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_BOOL, 0, /* quantifier_offset */ @@ -656,30 +680,32 @@ static const unsigned scf_epin__field_indices_by_name[] = { 8, /* field[8] = a */ 5, /* field[5] = c_lid */ 1, /* field[1] = cid */ + 14, /* field[14] = dr */ 3, /* field[3] = flags */ 0, /* field[0] = id */ 9, /* field[9] = ja */ - 17, /* field[17] = jpr */ + 15, /* field[15] = jdr */ + 19, /* field[19] = jpr */ 11, /* field[11] = jr */ - 15, /* field[15] = jsr */ + 17, /* field[17] = jsr */ 7, /* field[7] = jv */ 2, /* field[2] = lid */ - 21, /* field[21] = pflag */ - 16, /* field[16] = pr */ + 23, /* field[23] = pflag */ + 18, /* field[18] = pr */ 10, /* field[10] = r */ - 14, /* field[14] = sr */ + 16, /* field[16] = sr */ 4, /* field[4] = tos */ 12, /* field[12] = uF */ 13, /* field[13] = uH */ 6, /* field[6] = v */ - 20, /* field[20] = vflag */ - 18, /* field[18] = x */ - 19, /* field[19] = y */ + 22, /* field[22] = vflag */ + 20, /* field[20] = x */ + 21, /* field[21] = y */ }; static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] = { { 1, 0 }, - { 0, 22 } + { 0, 24 } }; const ProtobufCMessageDescriptor scf_epin__descriptor = { @@ -689,7 +715,7 @@ const ProtobufCMessageDescriptor scf_epin__descriptor = "ScfEpin", "", sizeof(ScfEpin), - 22, + 24, scf_epin__field_descriptors, scf_epin__field_indices_by_name, 1, scf_epin__number_ranges, diff --git a/scf_eda.pb-c.h b/scf_eda.pb-c.h index 512bf7d..bd2ec8c 100644 --- a/scf_eda.pb-c.h +++ b/scf_eda.pb-c.h @@ -60,6 +60,8 @@ struct _ScfEpin double jr; double uf; double uh; + double dr; + double jdr; double sr; double jsr; double pr; @@ -71,7 +73,7 @@ struct _ScfEpin }; #define SCF_EPIN__INIT \ { PROTOBUF_C_MESSAGE_INIT (&scf_epin__descriptor) \ - , 0, 0, 0, 0, 0,NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } + , 0, 0, 0, 0, 0,NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } struct _ScfEconn diff --git a/scf_eda.proto b/scf_eda.proto index 2a8aa98..f7c3c1b 100644 --- a/scf_eda.proto +++ b/scf_eda.proto @@ -27,16 +27,19 @@ message scf_epin required double uF = 13; required double uH = 14; - required double sr = 15; - required double jsr = 16; + required double dr = 15; + required double jdr = 16; - required double pr = 17; - required double jpr = 18; + required double sr = 17; + required double jsr = 18; - required int32 x = 19; - required int32 y = 20; - required bool vflag = 21; - required bool pflag = 22; + required double pr = 19; + required double jpr = 20; + + required int32 x = 21; + required int32 y = 22; + required bool vflag = 23; + required bool pflag = 24; } message scf_econn