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

An array of 8-bit characters terminated by a null byte. More...

#include <string.h>

Public Attributes

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

Detailed Description

An array of 8-bit characters terminated by a null byte.

Member Data Documentation

◆ data

char* rosidl_runtime_c__String::data

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

◆ size

size_t rosidl_runtime_c__String::size

The length of the string (excluding the null byte).

◆ capacity

size_t rosidl_runtime_c__String::capacity

The capacity represents the number of allocated bytes (including the null byte).


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