rosidl_runtime_c  master
Generate the rosidl interfaces in C.
Public Attributes | List of all members
rosidl_runtime_c__U16String Struct Reference

An array of 16-bit characters terminated by a null character. More...

#include <u16string.h>

Public Attributes

uint_least16_t * data
 The pointer to the first character, the sequence ends with a null character. More...
 
size_t size
 The length of the u16string (excluding the null character). More...
 
size_t capacity
 The capacity represents the number of allocated characters (including the null character). More...
 

Detailed Description

An array of 16-bit characters terminated by a null character.

Member Data Documentation

◆ data

uint_least16_t* rosidl_runtime_c__U16String::data

The pointer to the first character, the sequence ends with a null character.

◆ size

size_t rosidl_runtime_c__U16String::size

The length of the u16string (excluding the null character).

◆ capacity

size_t rosidl_runtime_c__U16String::capacity

The capacity represents the number of allocated characters (including the null character).


The documentation for this struct was generated from the following file: