diff options
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c index 1d2bdbad8..90ca262ac 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c @@ -52,7 +52,7 @@ void job_ticket__free_unpacked assert(message->base.descriptor == &job_ticket__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } -static const ProtobufCFieldDescriptor job_ticket__field_descriptors[16] = +static const ProtobufCFieldDescriptor job_ticket__field_descriptors[17] = { { "", @@ -246,8 +246,21 @@ static const ProtobufCFieldDescriptor job_ticket__field_descriptors[16] = 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, + { + "", + 17, + PROTOBUF_C_LABEL_OPTIONAL, + PROTOBUF_C_TYPE_MESSAGE, + 0, /* quantifier_offset */ + offsetof(JobTicket, btsrparameters), + &btsrparameters__descriptor, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, }; static const unsigned job_ticket__field_indices_by_name[] = { + 16, /* field[16] = BTSRParameters */ 2, /* field[2] = EnableInterSegment */ 11, /* field[11] = EnableLubrication */ 0, /* field[0] = Guid */ @@ -268,7 +281,7 @@ static const unsigned job_ticket__field_indices_by_name[] = { static const ProtobufCIntRange job_ticket__number_ranges[1 + 1] = { { 1, 0 }, - { 0, 16 } + { 0, 17 } }; const ProtobufCMessageDescriptor job_ticket__descriptor = { @@ -278,7 +291,7 @@ const ProtobufCMessageDescriptor job_ticket__descriptor = "", "", sizeof(JobTicket), - 16, + 17, job_ticket__field_descriptors, job_ticket__field_indices_by_name, 1, job_ticket__number_ranges, |
