diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-28 17:48:22 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-28 17:48:22 +0200 |
| commit | cfee058447ffb5528c33d395165fc48ec0d37aac (patch) | |
| tree | 74d48bbda8a64e526a4a17ba0e0aed6513160a6c /Software/Code_Composer/twine_usblib_demo | |
| parent | d4473bc755cd5a08c6eb2e9c894d79c7bb118f72 (diff) | |
| download | Tango-cfee058447ffb5528c33d395165fc48ec0d37aac.tar.gz Tango-cfee058447ffb5528c33d395165fc48ec0d37aac.zip | |
Some stuff..
Diffstat (limited to 'Software/Code_Composer/twine_usblib_demo')
| -rw-r--r-- | Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.c | 22 | ||||
| -rw-r--r-- | Software/Code_Composer/twine_usblib_demo/PMR/Common/MessageType.pb-c.h | 18 |
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; |
