(ProtobufCMessageInit) scf_line__init,
NULL,NULL,NULL /* reserved[123] */
};
-static const ProtobufCFieldDescriptor scf_epin__field_descriptors[9] =
+static const ProtobufCFieldDescriptor scf_epin__field_descriptors[11] =
{
{
"id",
0,NULL,NULL /* reserved1,reserved2, etc */
},
{
- "x",
+ "V",
7,
PROTOBUF_C_LABEL_REQUIRED,
+ PROTOBUF_C_TYPE_DOUBLE,
+ 0, /* quantifier_offset */
+ offsetof(ScfEpin, v),
+ NULL,
+ NULL,
+ 0, /* flags */
+ 0,NULL,NULL /* reserved1,reserved2, etc */
+ },
+ {
+ "A",
+ 8,
+ PROTOBUF_C_LABEL_REQUIRED,
+ PROTOBUF_C_TYPE_DOUBLE,
+ 0, /* quantifier_offset */
+ offsetof(ScfEpin, a),
+ NULL,
+ NULL,
+ 0, /* flags */
+ 0,NULL,NULL /* reserved1,reserved2, etc */
+ },
+ {
+ "x",
+ 9,
+ PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_INT32,
0, /* quantifier_offset */
offsetof(ScfEpin, x),
},
{
"y",
- 8,
+ 10,
PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_INT32,
0, /* quantifier_offset */
},
{
"vflag",
- 9,
+ 11,
PROTOBUF_C_LABEL_REQUIRED,
PROTOBUF_C_TYPE_BOOL,
0, /* quantifier_offset */
},
};
static const unsigned scf_epin__field_indices_by_name[] = {
+ 7, /* field[7] = A */
+ 6, /* field[6] = V */
5, /* field[5] = c_tos */
1, /* field[1] = cid */
3, /* field[3] = flags */
0, /* field[0] = id */
2, /* field[2] = lid */
4, /* field[4] = tos */
- 8, /* field[8] = vflag */
- 6, /* field[6] = x */
- 7, /* field[7] = y */
+ 10, /* field[10] = vflag */
+ 8, /* field[8] = x */
+ 9, /* field[9] = y */
};
static const ProtobufCIntRange scf_epin__number_ranges[1 + 1] =
{
{ 1, 0 },
- { 0, 9 }
+ { 0, 11 }
};
const ProtobufCMessageDescriptor scf_epin__descriptor =
{
"ScfEpin",
"",
sizeof(ScfEpin),
- 9,
+ 11,
scf_epin__field_descriptors,
scf_epin__field_indices_by_name,
1, scf_epin__number_ranges,
size_t n_tos;
uint64_t *tos;
uint64_t c_tos;
+ double v;
+ double a;
int32_t x;
int32_t y;
protobuf_c_boolean vflag;
};
#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,NULL, 0, 0, 0, 0, 0, 0 }
struct _ScfEconn