scf_eda.proto
authoryu.dongliang <18588496441@163.com>
Tue, 25 Jul 2023 14:09:38 +0000 (22:09 +0800)
committeryu.dongliang <18588496441@163.com>
Tue, 25 Jul 2023 14:09:38 +0000 (22:09 +0800)
scf_eda.pb-c.c
scf_eda.pb-c.h
scf_eda.proto

index 508ea2d622b0467d7da49ff80106ccd70f360b9d..646a1f1f01891f43f8ff3208320dcbbdc2eb2f1d 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[11] =
+static const ProtobufCFieldDescriptor scf_epin__field_descriptors[12] =
 {
   {
     "id",
@@ -519,6 +519,18 @@ static const ProtobufCFieldDescriptor scf_epin__field_descriptors[11] =
     0,             /* flags */
     0,NULL,NULL    /* reserved1,reserved2, etc */
   },
+  {
+    "pflag",
+    12,
+    PROTOBUF_C_LABEL_REQUIRED,
+    PROTOBUF_C_TYPE_BOOL,
+    0,   /* quantifier_offset */
+    offsetof(ScfEpin, pflag),
+    NULL,
+    NULL,
+    0,             /* flags */
+    0,NULL,NULL    /* reserved1,reserved2, etc */
+  },
 };
 static const unsigned scf_epin__field_indices_by_name[] = {
   7,   /* field[7] = A */
@@ -528,6 +540,7 @@ static const unsigned scf_epin__field_indices_by_name[] = {
   3,   /* field[3] = flags */
   0,   /* field[0] = id */
   2,   /* field[2] = lid */
+  11,   /* field[11] = pflag */
   4,   /* field[4] = tos */
   10,   /* field[10] = vflag */
   8,   /* field[8] = x */
@@ -536,7 +549,7 @@ static const unsigned scf_epin__field_indices_by_name[] = {
 static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] =
 {
   { 1, 0 },
-  { 0, 11 }
+  { 0, 12 }
 };
 const ProtobufCMessageDescriptor scf_epin__descriptor =
 {
@@ -546,7 +559,7 @@ const ProtobufCMessageDescriptor scf_epin__descriptor =
   "ScfEpin",
   "",
   sizeof(ScfEpin),
-  11,
+  12,
   scf_epin__field_descriptors,
   scf_epin__field_indices_by_name,
   1,  scf_epin__number_ranges,
index b65f07bc68fa24580b5b997e402b34eb924c81ea..96f407f9e1f4c87bbd47c13f26f81ee52857b2fb 100644 (file)
@@ -57,10 +57,11 @@ struct  _ScfEpin
   int32_t x;
   int32_t y;
   protobuf_c_boolean vflag;
+  protobuf_c_boolean pflag;
 };
 #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,NULL, 0, 0, 0, 0, 0, 0, 0 }
 
 
 struct  _ScfEconn
index 7a4aabe0d9e0936257ba702d14ef039c348e3d72..b6f6c56a111fe9f487ad07d19dd327a23ff8afa0 100644 (file)
@@ -23,6 +23,7 @@ message scf_epin
        required int32     x     = 9;
        required int32     y     = 10;
        required bool      vflag = 11;
+       required bool      pflag = 12;
 }
 
 message scf_econn