rcl  master
C API providing common ROS client library functionality.
Public Attributes | List of all members
rcl_clock_t Struct Reference

Encapsulation of a time source. More...

#include <time.h>

Collaboration diagram for rcl_clock_t:
Collaboration graph
[legend]

Public Attributes

enum rcl_clock_type_t type
 Clock type.
 
rcl_jump_callback_info_tjump_callbacks
 An array of added jump callbacks.
 
size_t num_jump_callbacks
 Number of callbacks in jump_callbacks.
 
rcl_ret_t(* get_now )(void *data, rcl_time_point_value_t *now)
 Pointer to get_now function.
 
void * data
 Clock storage.
 
rcl_allocator_t allocator
 Custom allocator used for internal allocations.
 

Detailed Description

Encapsulation of a time source.


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