diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-12-02 14:24:44 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-12-02 14:24:44 +0200 |
| commit | 2cbc3deb559323ac366e84b3e0ba40d27447347e (patch) | |
| tree | dc9b3ad37d7d4f5e1639c13d8f49d9ef565b5d5d /Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c | |
| parent | ae614a63f593122cd28c644625db179f298dd640 (diff) | |
| download | Tango-2cbc3deb559323ac366e84b3e0ba40d27447347e.tar.gz Tango-2cbc3deb559323ac366e84b3e0ba40d27447347e.zip | |
1.1.5.1 Thread jogging, thread PID preparation,
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 | 4 |
1 files changed, 2 insertions, 2 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 b24330f6c..c913c9d4c 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 @@ -55,7 +55,7 @@ void job_ticket__free_unpacked static const ProtobufCFieldDescriptor job_ticket__field_descriptors[9] = { { - "guid", + "Guid", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_STRING, @@ -165,6 +165,7 @@ static const ProtobufCFieldDescriptor job_ticket__field_descriptors[9] = }; static const unsigned job_ticket__field_indices_by_name[] = { 2, /* field[2] = EnableInterSegment */ + 0, /* field[0] = Guid */ 3, /* field[3] = InterSegmentLength */ 4, /* field[4] = Length */ 1, /* field[1] = Name */ @@ -172,7 +173,6 @@ static const unsigned job_ticket__field_indices_by_name[] = { 8, /* field[8] = Segments */ 7, /* field[7] = Spool */ 6, /* field[6] = WindingMethod */ - 0, /* field[0] = guid */ }; static const ProtobufCIntRange job_ticket__number_ranges[1 + 1] = { |
