(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",
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 */
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 */
static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] =
{
{ 1, 0 },
- { 0, 24 }
+ { 0, 26 }
};
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,
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