aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Code_Composer
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Code_Composer')
-rw-r--r--Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.c22
-rw-r--r--Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.h18
2 files changed, 20 insertions, 20 deletions
diff --git a/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.c b/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.c
index 350a5e5bd..a9684e855 100644
--- a/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.c
+++ b/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.c
@@ -46,18 +46,18 @@ static const ProtobufCEnumValue message_type__enum_values_by_number[46] =
{ "StubExtFlashReadResponse", "MESSAGE_TYPE__StubExtFlashReadResponse", 34 },
{ "StubExtFlashWriteRequest", "MESSAGE_TYPE__StubExtFlashWriteRequest", 35 },
{ "StubExtFlashWriteResponse", "MESSAGE_TYPE__StubExtFlashWriteResponse", 36 },
- { "ExternalBridgeUdpDiscoveryPacket", "MESSAGE_TYPE__ExternalBridgeUdpDiscoveryPacket", 37 },
- { "ExternalClientLoginRequest", "MESSAGE_TYPE__ExternalClientLoginRequest", 38 },
- { "ExternalClientLoginResponse", "MESSAGE_TYPE__ExternalClientLoginResponse", 39 },
- { "DirectSynchronizationRequest", "MESSAGE_TYPE__DirectSynchronizationRequest", 40 },
- { "DirectSynchronizationResponse", "MESSAGE_TYPE__DirectSynchronizationResponse", 41 },
- { "OverrideDataBaseRequest", "MESSAGE_TYPE__OverrideDataBaseRequest", 42 },
- { "OverrideDataBaseResponse", "MESSAGE_TYPE__OverrideDataBaseResponse", 43 },
- { "KeepAliveRequest", "MESSAGE_TYPE__KeepAliveRequest", 44 },
- { "KeepAliveResponse", "MESSAGE_TYPE__KeepAliveResponse", 45 },
+ { "ExternalBridgeUdpDiscoveryPacket", "MESSAGE_TYPE__ExternalBridgeUdpDiscoveryPacket", 1000 },
+ { "ExternalClientLoginRequest", "MESSAGE_TYPE__ExternalClientLoginRequest", 1001 },
+ { "ExternalClientLoginResponse", "MESSAGE_TYPE__ExternalClientLoginResponse", 1002 },
+ { "DirectSynchronizationRequest", "MESSAGE_TYPE__DirectSynchronizationRequest", 1003 },
+ { "DirectSynchronizationResponse", "MESSAGE_TYPE__DirectSynchronizationResponse", 1004 },
+ { "OverrideDataBaseRequest", "MESSAGE_TYPE__OverrideDataBaseRequest", 1005 },
+ { "OverrideDataBaseResponse", "MESSAGE_TYPE__OverrideDataBaseResponse", 1006 },
+ { "KeepAliveRequest", "MESSAGE_TYPE__KeepAliveRequest", 1007 },
+ { "KeepAliveResponse", "MESSAGE_TYPE__KeepAliveResponse", 1008 },
};
static const ProtobufCIntRange message_type__value_ranges[] = {
-{0, 0},{0, 46}
+{0, 0},{1000, 37},{0, 46}
};
static const ProtobufCEnumValueIndex message_type__enum_values_by_name[46] =
{
@@ -119,7 +119,7 @@ const ProtobufCEnumDescriptor message_type__descriptor =
message_type__enum_values_by_number,
46,
message_type__enum_values_by_name,
- 1,
+ 2,
message_type__value_ranges,
NULL,NULL,NULL,NULL /* reserved[1234] */
};
diff --git a/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.h b/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.h
index 18fb45844..b5040d4d1 100644
--- a/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.h
+++ b/Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.h
@@ -57,15 +57,15 @@ typedef enum _MessageType {
MESSAGE_TYPE__StubExtFlashReadResponse = 34,
MESSAGE_TYPE__StubExtFlashWriteRequest = 35,
MESSAGE_TYPE__StubExtFlashWriteResponse = 36,
- MESSAGE_TYPE__ExternalBridgeUdpDiscoveryPacket = 37,
- MESSAGE_TYPE__ExternalClientLoginRequest = 38,
- MESSAGE_TYPE__ExternalClientLoginResponse = 39,
- MESSAGE_TYPE__DirectSynchronizationRequest = 40,
- MESSAGE_TYPE__DirectSynchronizationResponse = 41,
- MESSAGE_TYPE__OverrideDataBaseRequest = 42,
- MESSAGE_TYPE__OverrideDataBaseResponse = 43,
- MESSAGE_TYPE__KeepAliveRequest = 44,
- MESSAGE_TYPE__KeepAliveResponse = 45
+ MESSAGE_TYPE__ExternalBridgeUdpDiscoveryPacket = 1000,
+ MESSAGE_TYPE__ExternalClientLoginRequest = 1001,
+ MESSAGE_TYPE__ExternalClientLoginResponse = 1002,
+ MESSAGE_TYPE__DirectSynchronizationRequest = 1003,
+ MESSAGE_TYPE__DirectSynchronizationResponse = 1004,
+ MESSAGE_TYPE__OverrideDataBaseRequest = 1005,
+ MESSAGE_TYPE__OverrideDataBaseResponse = 1006,
+ MESSAGE_TYPE__KeepAliveRequest = 1007,
+ MESSAGE_TYPE__KeepAliveResponse = 1008
PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(MESSAGE_TYPE)
} MessageType;