rosidl_runtime_c
master
Generate the rosidl interfaces in C.
|
Go to the documentation of this file.
15 #ifndef ROSIDL_RUNTIME_C__U16STRING_H_
16 #define ROSIDL_RUNTIME_C__U16STRING_H_
35 #endif // ROSIDL_RUNTIME_C__U16STRING_H_
uint_least16_t * data
The pointer to the first character, the sequence ends with a null character.
Definition: u16string.h:26
#define ROSIDL_RUNTIME_C__PRIMITIVE_SEQUENCE(STRUCT_NAME, TYPE_NAME)
Definition: primitives_sequence.h:22
An array of 16-bit characters terminated by a null character.
Definition: u16string.h:23
struct rosidl_runtime_c__U16String rosidl_runtime_c__U16String
An array of 16-bit characters terminated by a null character.
size_t size
The length of the u16string (excluding the null character).
Definition: u16string.h:28
size_t capacity
The capacity represents the number of allocated characters (including the null character).
Definition: u16string.h:30