Public Member Functions | Public Attributes | List of all members
rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener Class Reference
Inheritance diagram for rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, timeline, topic, signal_viewed, signal_cleared)
 
def message_cleared (self)
 
def message_viewed (self, msg_details)
 

Public Attributes

 msg
 
 signal_cleared
 
 signal_viewed
 

Detailed Description

Basic listener for the timeline. The current message can be accessed using
the ``msg`` member.

Definition at line 6 of file dynamic_timeline_listener.py.

Constructor & Destructor Documentation

def rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener.__init__ (   self,
  timeline,
  topic,
  signal_viewed,
  signal_cleared 
)
:param timeline: the timeline that this object is attached to
:param topic: the topic that this object is interested in
:param signal_viewed: the signal that should be emitted when the message being viewed changes
:param signal_cleared: the signal that should be emitted when the message being viewed is cleared

Definition at line 11 of file dynamic_timeline_listener.py.

Member Function Documentation

def rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener.message_cleared (   self)

Definition at line 31 of file dynamic_timeline_listener.py.

def rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener.message_viewed (   self,
  msg_details 
)
Called whenever the message is updated. Updates the stored message and emits
a signal.

Definition at line 23 of file dynamic_timeline_listener.py.

Member Data Documentation

rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener.msg

Definition at line 21 of file dynamic_timeline_listener.py.

rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener.signal_cleared

Definition at line 20 of file dynamic_timeline_listener.py.

rqt_py_trees.dynamic_timeline_listener.DynamicTimelineListener.signal_viewed

Definition at line 19 of file dynamic_timeline_listener.py.


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


rqt_py_trees
Author(s): Thibault Kruse, Michal Staniaszek, Daniel Stonier, Naveed Usmani
autogenerated on Mon Jun 10 2019 14:55:56