@@ -14,6 +14,28 @@ extern "C"
1414#include <stddef.h>
1515#include <stdint.h>
1616
17+ #include "rosidl_runtime_c/type_hash.h"
18+
19+
20+ // Note: this define is for MSVC, where the static const var can't be used in downstream aggregate initializers
21+ #define action_msgs__srv__CancelGoal__TYPE_VERSION_HASH__INIT {1, { \
22+ 0x6a, 0x5f, 0x06, 0x2d, 0x4e, 0x44, 0x5b, 0xb8, \
23+ 0xf6, 0xdf, 0xeb, 0x28, 0xd8, 0xba, 0x83, 0x84, \
24+ 0x5e, 0xfc, 0x58, 0x23, 0x87, 0x41, 0x89, 0x6b, \
25+ 0x43, 0xc9, 0xdc, 0x8e, 0x1c, 0xff, 0xb7, 0x75, \
26+ }}
27+ static const rosidl_type_hash_t action_msgs__srv__CancelGoal__TYPE_VERSION_HASH = action_msgs__srv__CancelGoal__TYPE_VERSION_HASH__INIT ;
28+
29+
30+ // Type Version Hash for interface
31+ // Note: this define is for MSVC, where the static const var can't be used in downstream aggregate initializers
32+ #define action_msgs__srv__CancelGoal_Request__TYPE_VERSION_HASH__INIT {1, { \
33+ 0xe8, 0xa8, 0x3f, 0x64, 0x1c, 0x1a, 0x6c, 0x28, \
34+ 0x3d, 0x2d, 0x7f, 0xe1, 0x4e, 0x6b, 0x7c, 0xc7, \
35+ 0xe0, 0x0a, 0x20, 0xa3, 0x22, 0x85, 0x87, 0x5e, \
36+ 0xfc, 0x13, 0x0b, 0x61, 0x23, 0xfa, 0xb7, 0x79, \
37+ }}
38+ static const rosidl_type_hash_t action_msgs__srv__CancelGoal_Request__TYPE_VERSION_HASH = action_msgs__srv__CancelGoal_Request__TYPE_VERSION_HASH__INIT ;
1739
1840// Constants defined in the message
1941
@@ -39,6 +61,16 @@ typedef struct action_msgs__srv__CancelGoal_Request__Sequence
3961} action_msgs__srv__CancelGoal_Request__Sequence ;
4062
4163
64+ // Type Version Hash for interface
65+ // Note: this define is for MSVC, where the static const var can't be used in downstream aggregate initializers
66+ #define action_msgs__srv__CancelGoal_Response__TYPE_VERSION_HASH__INIT {1, { \
67+ 0xb1, 0xe5, 0x77, 0x78, 0x6c, 0x84, 0xff, 0xff, \
68+ 0x1e, 0xd2, 0xd2, 0x8e, 0xb7, 0xfc, 0xd6, 0x43, \
69+ 0x8e, 0x50, 0x7d, 0xc1, 0xf9, 0x2c, 0xbc, 0x68, \
70+ 0xda, 0x1f, 0xfc, 0xbb, 0xbe, 0x04, 0x9d, 0xe4, \
71+ }}
72+ static const rosidl_type_hash_t action_msgs__srv__CancelGoal_Response__TYPE_VERSION_HASH = action_msgs__srv__CancelGoal_Response__TYPE_VERSION_HASH__INIT ;
73+
4274// Constants defined in the message
4375
4476/// Constant 'ERROR_NONE'.
@@ -114,6 +146,16 @@ typedef struct action_msgs__srv__CancelGoal_Response__Sequence
114146} action_msgs__srv__CancelGoal_Response__Sequence ;
115147
116148
149+ // Type Version Hash for interface
150+ // Note: this define is for MSVC, where the static const var can't be used in downstream aggregate initializers
151+ #define action_msgs__srv__CancelGoal_Event__TYPE_VERSION_HASH__INIT {1, { \
152+ 0x48, 0x4a, 0x6b, 0x0a, 0x12, 0x6b, 0x9c, 0x8c, \
153+ 0x4f, 0x22, 0x8a, 0xab, 0x2b, 0x8c, 0x32, 0x8a, \
154+ 0xf4, 0x50, 0xb9, 0x79, 0xb5, 0x8d, 0xcb, 0x76, \
155+ 0xbd, 0x2b, 0x98, 0x1d, 0x32, 0xcd, 0xe2, 0xd6, \
156+ }}
157+ static const rosidl_type_hash_t action_msgs__srv__CancelGoal_Event__TYPE_VERSION_HASH = action_msgs__srv__CancelGoal_Event__TYPE_VERSION_HASH__INIT ;
158+
117159// Constants defined in the message
118160
119161// Include directives for member types
0 commit comments