menu
dartros_msgutils package
documentation
msg_utils.dart
RosTime
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
RosTime
other
)
Implementation
bool operator <(RosTime other) => secs < other.secs || (secs == other.secs && nsecs < other.nsecs);
dartros_msgutils package
documentation
msg_utils
RosTime
operator < method
RosTime class