ROS 2 rclcpp + rcl - jazzy  jazzy
ROS 2 C++ Client Library with ROS Client Library
Public Attributes | List of all members
rcl_clock_s Struct Reference

Encapsulation of a time source. More...

#include <rcl/time.h>

Collaboration diagram for rcl_clock_s:
Collaboration graph
[legend]

Public Attributes

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.

Definition at line 137 of file time.h.


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