rosidl_runtime_c
master
Generate the rosidl interfaces in C.
|
Go to the documentation of this file.
15 #ifndef ROSIDL_RUNTIME_C__PRIMITIVES_SEQUENCE_H_
16 #define ROSIDL_RUNTIME_C__PRIMITIVES_SEQUENCE_H_
22 #define ROSIDL_RUNTIME_C__PRIMITIVE_SEQUENCE(STRUCT_NAME, TYPE_NAME) \
23 typedef struct rosidl_runtime_c__ ## STRUCT_NAME ## __Sequence \
28 } rosidl_runtime_c__ ## STRUCT_NAME ## __Sequence;
48 typedef rosidl_runtime_c__boolean__Sequence
50 typedef rosidl_runtime_c__octet__Sequence
52 typedef rosidl_runtime_c__float__Sequence
54 typedef rosidl_runtime_c__double__Sequence
57 #endif // ROSIDL_RUNTIME_C__PRIMITIVES_SEQUENCE_H_
rosidl_runtime_c__octet__Sequence rosidl_runtime_c__byte__Sequence
Definition: primitives_sequence.h:51
rosidl_runtime_c__double__Sequence rosidl_runtime_c__float64__Sequence
Definition: primitives_sequence.h:55
rosidl_runtime_c__float__Sequence rosidl_runtime_c__float32__Sequence
Definition: primitives_sequence.h:53
#define ROSIDL_RUNTIME_C__PRIMITIVE_SEQUENCE(STRUCT_NAME, TYPE_NAME)
Definition: primitives_sequence.h:22
rosidl_runtime_c__boolean__Sequence rosidl_runtime_c__bool__Sequence
Definition: primitives_sequence.h:49