|
rcl_lifecycle
master
C API providing common functionality for ROS lifecycle.
|
It contains the state of the lifecycle state machine. More...
#include <data_types.h>

Public Attributes | |
| const char * | label |
| String with state name: Unconfigured, Inactive, Active or Finalized. | |
| uint8_t | id |
| Identifier of the state. | |
| rcl_lifecycle_transition_t * | valid_transitions |
| Pointer to a struct with the valid transitions. | |
| unsigned int | valid_transition_size |
| Number of valid transitions. | |
It contains the state of the lifecycle state machine.
1.8.17