Package roslib :: Module rostime

Module rostime

source code

ROS Time representation, including Duration

Classes
  TVal
Base class of Time and Duration representations.
  Time
Time contains the ROS-wide 'time' primitive representation, which consists of two integers: seconds since epoch and nanoseconds since seconds.
  Duration
Duration represents the ROS 'duration' primitive, which consists of two integers: seconds and nanoseconds.
Functions
 
deprecated(func)
This is a decorator which can be used to mark functions as deprecated.
source code
Variables
  __package__ = 'roslib'
Function Details

deprecated(func)

source code 

This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emmitted when the function is used.