CreOS SDK
The CreOS SDK allows you to interact with Avular robots
Loading...
Searching...
No Matches
time.hpp
Go to the documentation of this file.
1
8
namespace
builtin_interfaces::msg
{
16
class
Time
{
17
public
:
18
// This message communicates ROS Time defined here:
19
// https://design.ros2.org/articles/clock_and_time.html
20
21
// The seconds component, valid over all int32 values.
22
int32_t sec;
23
24
// The nanoseconds component, valid in the range [0, 10e9).
25
uint32_t nanosec;
26
};
27
}
// namespace builtin_interfaces::msg
builtin_interfaces::msg::Time
ROS message class definition for Time.
Definition
time.hpp:16
builtin_interfaces::msg
message definitions of the builtin_interfaces package
Definition
duration.hpp:8
builtin_interfaces
msg
time.hpp
Generated by
1.12.0