scf_eda.proto
authoryu.dongliang <18588496441@163.com>
Wed, 6 Sep 2023 06:05:42 +0000 (14:05 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 6 Sep 2023 06:05:42 +0000 (14:05 +0800)
scf_eda.pb-c.c
scf_eda.pb-c.h
scf_eda.proto

index 8106cad515144eb3c7becf4588d061fc83c01628..3ab69bd3b7fdaaa7aef58caf00a4342fc22ccc9c 100644 (file)
@@ -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,
index bd2ec8caa567af4c999859152a35c4423d1e655a..ac1448fb13c74bee66c82a7a3dd0ba587792b766 100644 (file)
@@ -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
index f7c3c1bfddb41b22b7071cfea3ffd9f19c549f68..fb2091b3e3cc5b54453558c7434996c11d11b2cc 100644 (file)
@@ -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