diff options
| author | Mirta <mirta@twine-s.com> | 2020-12-30 14:27:05 +0200 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-12-30 14:27:05 +0200 |
| commit | 1344a54c37f7cbba7a294674b4b733d72ee257ea (patch) | |
| tree | 4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c | |
| parent | 124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff) | |
| parent | 281610ac56799f6870c587a942495d91cd55b227 (diff) | |
| download | Tango-1344a54c.tar.gz Tango-1344a54c.zip | |
Hope it is fine
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, |
