dartros
dartros
Time
now method
now
dartros
dartros
Time
now method
Time class
Constructors
Time
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
simTime
useSimTime
Static methods
initializeRosTime
now
now
method
RosTime
now
(
)
Implementation
static RosTime now() { if (useSimTime) { return simTime; } else { return RosTime.now(); } }