rcl
master
C API providing common ROS client library functionality.
|
Encapsulation of a time source. More...
#include <time.h>
Public Attributes | |
enum rcl_clock_type_t | type |
rcl_jump_callback_info_t * | jump_callbacks |
An array of added jump callbacks. More... | |
size_t | num_jump_callbacks |
Number of callbacks in jump_callbacks. More... | |
rcl_ret_t(* | get_now )(void *data, rcl_time_point_value_t *now) |
void * | data |
rcl_allocator_t | allocator |
Encapsulation of a time source.
enum rcl_clock_type_t rcl_clock_t::type |
rcl_jump_callback_info_t* rcl_clock_t::jump_callbacks |
An array of added jump callbacks.
size_t rcl_clock_t::num_jump_callbacks |
Number of callbacks in jump_callbacks.
rcl_ret_t(* rcl_clock_t::get_now) (void *data, rcl_time_point_value_t *now) |
void* rcl_clock_t::data |
rcl_allocator_t rcl_clock_t::allocator |