From 06f6e9025818ff953151edbbffaeaa7959046482 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Sun, 29 Nov 2020 17:20:18 +0200 Subject: protobuf aligned 1.5.3.2 --- .../Communication/PMR/Hardware/HardwareDancerType.pb-c.c | 14 +++++--------- .../Communication/PMR/Hardware/HardwareDancerType.pb-c.h | 4 +--- .../PMR/Printing/DispenserLiquidType.pb-c.c | 16 +++++++++++----- .../PMR/Printing/DispenserLiquidType.pb-c.h | 5 ++++- 4 files changed, 21 insertions(+), 18 deletions(-) (limited to 'Software') diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.c index ea6ee6d7a..b2366bf0a 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.c +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.c @@ -7,24 +7,20 @@ #endif #include "HardwareDancerType.pb-c.h" -static const ProtobufCEnumValue hardware_dancer_type__enum_values_by_number[5] = +static const ProtobufCEnumValue hardware_dancer_type__enum_values_by_number[3] = { { "", "", 0 }, { "", "", 1 }, { "", "", 2 }, - { "", "", 3 }, - { "", "", 4 }, }; static const ProtobufCIntRange hardware_dancer_type__value_ranges[] = { -{0, 0},{0, 5} +{0, 0},{0, 3} }; -static const ProtobufCEnumValueIndex hardware_dancer_type__enum_values_by_name[5] = +static const ProtobufCEnumValueIndex hardware_dancer_type__enum_values_by_name[3] = { - { "", 4 }, { "", 0 }, { "", 1 }, { "", 2 }, - { "", 3 }, }; const ProtobufCEnumDescriptor hardware_dancer_type__descriptor = { @@ -33,9 +29,9 @@ const ProtobufCEnumDescriptor hardware_dancer_type__descriptor = "", "", "", - 5, + 3, hardware_dancer_type__enum_values_by_number, - 5, + 3, hardware_dancer_type__enum_values_by_name, 1, hardware_dancer_type__value_ranges, diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.h b/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.h index ef217df4d..fed2b0108 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.h +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Hardware/HardwareDancerType.pb-c.h @@ -22,9 +22,7 @@ PROTOBUF_C__BEGIN_DECLS typedef enum _HardwareDancerType { HARDWARE_DANCER_TYPE__LeftDancer = 0, HARDWARE_DANCER_TYPE__MiddleDancer = 1, - HARDWARE_DANCER_TYPE__RightDancer = 2, - HARDWARE_DANCER_TYPE__ThirdDancer = 3, - HARDWARE_DANCER_TYPE__FourthDancer = 4 + HARDWARE_DANCER_TYPE__RightDancer = 2 PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(HARDWARE_DANCER_TYPE) } HardwareDancerType; diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.c index c7095ae43..063d32f0f 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.c +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.c @@ -7,7 +7,7 @@ #endif #include "DispenserLiquidType.pb-c.h" -static const ProtobufCEnumValue dispenser_liquid_type__enum_values_by_number[7] = +static const ProtobufCEnumValue dispenser_liquid_type__enum_values_by_number[10] = { { "", "", 0 }, { "", "", 1 }, @@ -16,15 +16,21 @@ static const ProtobufCEnumValue dispenser_liquid_type__enum_values_by_number[7] { "", "", 4 }, { "", "", 5 }, { "", "", 6 }, + { "", "", 7 }, + { "", "", 8 }, + { "", "", 9 }, }; static const ProtobufCIntRange dispenser_liquid_type__value_ranges[] = { -{0, 0},{0, 7} +{0, 0},{0, 10} }; -static const ProtobufCEnumValueIndex dispenser_liquid_type__enum_values_by_name[7] = +static const ProtobufCEnumValueIndex dispenser_liquid_type__enum_values_by_name[10] = { { "", 3 }, { "", 6 }, { "", 0 }, + { "", 7 }, + { "", 8 }, + { "", 9 }, { "", 5 }, { "", 1 }, { "", 4 }, @@ -37,9 +43,9 @@ const ProtobufCEnumDescriptor dispenser_liquid_type__descriptor = "", "", "", - 7, + 10, dispenser_liquid_type__enum_values_by_number, - 7, + 10, dispenser_liquid_type__enum_values_by_name, 1, dispenser_liquid_type__value_ranges, diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.h b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.h index 75027409c..8a551a4d1 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.h +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/DispenserLiquidType.pb-c.h @@ -26,7 +26,10 @@ typedef enum _DispenserLiquidType { DISPENSER_LIQUID_TYPE__Black = 3, DISPENSER_LIQUID_TYPE__TransparentInk = 4, DISPENSER_LIQUID_TYPE__Lubricant = 5, - DISPENSER_LIQUID_TYPE__Cleaner = 6 + DISPENSER_LIQUID_TYPE__Cleaner = 6, + DISPENSER_LIQUID_TYPE__LightCyan = 7, + DISPENSER_LIQUID_TYPE__LightMagenta = 8, + DISPENSER_LIQUID_TYPE__LightYellow = 9 PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(DISPENSER_LIQUID_TYPE) } DispenserLiquidType; -- cgit v1.3.1