RosTime class
Constructors
- RosTime({int secs = 0, int nsecs = 0})
-
const
- RosTime.epoch()
-
factory
- RosTime.fromDateTime(DateTime dateTime)
-
factory
- RosTime.now()
-
factory
Properties
Methods
-
isZeroTime(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDateTime(
) → DateTime -
toSeconds(
) → int -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
RosTime other) → RosTime -
operator <(
RosTime other) → bool -
operator <=(
RosTime other) → bool -
operator ==(
dynamic other) → bool -
The equality operator.
override
-
operator >(
RosTime other) → bool -
operator >=(
RosTime other) → bool