#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
◆ ROSIDL_RUNTIME_C__PRIMITIVE_SEQUENCE
#define ROSIDL_RUNTIME_C__PRIMITIVE_SEQUENCE |
( |
|
STRUCT_NAME, |
|
|
|
TYPE_NAME |
|
) |
| |
Value: typedef struct rosidl_runtime_c__ ## STRUCT_NAME ## __Sequence \
{ \
TYPE_NAME * data; \
size_t size; \
size_t capacity; \
} rosidl_runtime_c__ ## STRUCT_NAME ## __Sequence;
◆ rosidl_runtime_c__bool__Sequence
◆ rosidl_runtime_c__byte__Sequence
◆ rosidl_runtime_c__float32__Sequence
◆ rosidl_runtime_c__float64__Sequence