From: yu.dongliang <18588496441@163.com> Date: Wed, 6 Sep 2023 06:05:42 +0000 (+0800) Subject: scf_eda.proto X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=56fc423df1ef66dbc83f24359a2119a080031292;p=ses.git scf_eda.proto --- diff --git a/scf_eda.pb-c.c b/scf_eda.pb-c.c index 8106cad..3ab69bd 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[24] = +static const ProtobufCFieldDescriptor scf_epin__field_descriptors[26] = { { "id", @@ -675,9 +675,34 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[24] = 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, + { + "vconst", + 25, + PROTOBUF_C_LABEL_REQUIRED, + PROTOBUF_C_TYPE_BOOL, + 0, /* quantifier_offset */ + offsetof(ScfEpin, vconst), + NULL, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, + { + "aconst", + 26, + PROTOBUF_C_LABEL_REQUIRED, + PROTOBUF_C_TYPE_BOOL, + 0, /* quantifier_offset */ + offsetof(ScfEpin, aconst), + NULL, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, }; static const unsigned scf_epin__field_indices_by_name[] = { 8, /* field[8] = a */ + 25, /* field[25] = aconst */ 5, /* field[5] = c_lid */ 1, /* field[1] = cid */ 14, /* field[14] = dr */ @@ -698,6 +723,7 @@ static const unsigned scf_epin__field_indices_by_name[] = { 12, /* field[12] = uF */ 13, /* field[13] = uH */ 6, /* field[6] = v */ + 24, /* field[24] = vconst */ 22, /* field[22] = vflag */ 20, /* field[20] = x */ 21, /* field[21] = y */ @@ -705,7 +731,7 @@ static const unsigned scf_epin__field_indices_by_name[] = { static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] = { { 1, 0 }, - { 0, 24 } + { 0, 26 } }; const ProtobufCMessageDescriptor scf_epin__descriptor = { @@ -715,7 +741,7 @@ const ProtobufCMessageDescriptor scf_epin__descriptor = "ScfEpin", "", sizeof(ScfEpin), - 24, + 26, 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 bd2ec8c..ac1448f 100644 --- a/scf_eda.pb-c.h +++ b/scf_eda.pb-c.h @@ -70,10 +70,12 @@ struct _ScfEpin int32_t y; protobuf_c_boolean vflag; protobuf_c_boolean pflag; + protobuf_c_boolean vconst; + protobuf_c_boolean aconst; }; #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, 0, 0,NULL, 0, 0, 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 f7c3c1b..fb2091b 100644 --- a/scf_eda.proto +++ b/scf_eda.proto @@ -40,6 +40,9 @@ message scf_epin required int32 y = 22; required bool vflag = 23; required bool pflag = 24; + + required bool vconst = 25; + required bool aconst = 26; } message scf_econn