RosTime class

Constructors

RosTime({int secs: 0, int nsecs: 0})
const
RosTime.epoch()
factory
RosTime.fromDateTime(DateTime dateTime)
factory
RosTime.now()
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
nsecs int
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
secs int
final

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