Public Member Functions | Public Attributes
hrl_lib.timer.TimerEvent Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 current_expected
 current_real
 last_duration
 last_expected
 last_real

Detailed Description

Constructor.
@param last_expected: in a perfect world, this is when the previous callback should have happened
@type  last_expected: rospy.Time
@param last_real: when the callback actually happened
@type  last_real: rospy.Time
@param current_expected: in a perfect world, this is when the current callback should have been called
@type  current_expected: rospy.Time
@param last_duration: contains the duration of the last callback (end time minus start time) in seconds.
                      Note that this is always in wall-clock time.
@type  last_duration: float

Definition at line 47 of file timer.py.


Constructor & Destructor Documentation

def hrl_lib.timer.TimerEvent.__init__ (   self,
  last_expected,
  last_real,
  current_expected,
  current_real,
  last_duration 
)

Definition at line 60 of file timer.py.


Member Data Documentation

Definition at line 60 of file timer.py.

Definition at line 60 of file timer.py.

Definition at line 60 of file timer.py.

Definition at line 60 of file timer.py.

Definition at line 60 of file timer.py.


The documentation for this class was generated from the following file:


hrl_lib
Author(s): Cressel Anderson, Travis Deyle, Advait Jain, Hai Nguyen, Advisor: Prof. Charlie Kemp, Lab: Healthcare Robotics Lab at Georgia Tech
autogenerated on Wed Nov 27 2013 11:34:06