rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
A struct representing a duration or relative time in RMW - does not encode an origin. More...
#include <time.h>
Public Attributes | |
uint64_t | sec |
Seconds component. More... | |
uint64_t | nsec |
Nanoseconds component. More... | |
A struct representing a duration or relative time in RMW - does not encode an origin.
uint64_t rmw_time_t::sec |
Seconds component.
uint64_t rmw_time_t::nsec |
Nanoseconds component.