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 non-existent method or property is accessed. [...]
inherited
-
toDateTime(
) → DateTime -
toSeconds(
) → int -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator +(
RosTime other ) → RosTime -
operator <(
RosTime other ) → bool -
operator <=(
RosTime other ) → bool -
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
-
operator >(
RosTime other ) → bool -
operator >=(
RosTime other ) → bool