rcl  master
C API providing common ROS client library functionality.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 Crcl_arguments_tHold output of parsing command line arguments
 Crcl_client_options_tOptions available for a rcl_client_t
 Crcl_client_tStructure which encapsulates a ROS Client
 Crcl_clock_tEncapsulation of a time source
 Crcl_context_tEncapsulates the non-global state of an init/shutdown cycle
 Crcl_duration_tA duration of time, measured in nanoseconds and its source
 Crcl_guard_condition_options_tOptions available for a rcl guard condition
 Crcl_guard_condition_tHandle for a rcl guard condition
 Crcl_init_options_tEncapsulation of init options and implementation defined init options
 Crcl_jump_callback_info_tStruct to describe an added callback
 Crcl_jump_threshold_tDescribe the prerequisites for calling a time jump callback
 Crcl_lexer_lookahead2_tTrack lexical analysis and allow looking ahead 2 lexemes
 Crcl_node_options_tStructure which encapsulates the options for creating a rcl_node_t
 Crcl_node_tStructure which encapsulates a ROS Node
 Crcl_publisher_options_tOptions available for a rcl publisher
 Crcl_publisher_tStructure which encapsulates a ROS Publisher
 Crcl_service_options_tOptions available for a rcl service
 Crcl_service_tStructure which encapsulates a ROS Service
 Crcl_subscription_options_tOptions available for a rcl subscription
 Crcl_subscription_tStructure which encapsulates a ROS Subscription
 Crcl_time_jump_tStruct to describe a jump in time
 Crcl_time_point_tA single point in time, measured in nanoseconds, the reference point is based on the source
 Crcl_timer_tStructure which encapsulates a ROS Timer
 Crcl_wait_set_tContainer for subscription's, guard condition's, etc to be waited on