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>

Public Attributes

enum rcl_clock_type_t type
 
void(* pre_update )(void)
 
void(* post_update )(void)
 
rcl_ret_t(* get_now )(void *data, rcl_time_point_value_t *now)
 
void * data
 
rcl_allocator_tallocator
 

Detailed Description

Encapsulation of a time source.

Member Data Documentation

◆ type

enum rcl_clock_type_t rcl_clock_t::type

◆ pre_update

void(* rcl_clock_t::pre_update) (void)

◆ post_update

void(* rcl_clock_t::post_update) (void)

◆ get_now

rcl_ret_t(* rcl_clock_t::get_now) (void *data, rcl_time_point_value_t *now)

◆ data

void* rcl_clock_t::data

◆ allocator

rcl_allocator_t* rcl_clock_t::allocator

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