17 #ifndef _GAZEBO_TIME_PANEL_PRIVATE_HH_
18 #define _GAZEBO_TIME_PANEL_PRIVATE_HH_
bool paused
Paused state of the simulation.
Definition: TimePanelPrivate.hh:55
transport::SubscriberPtr statsSub
Subscriber to the statistics topic.
Definition: TimePanelPrivate.hh:37
std::vector< event::ConnectionPtr > connections
Event based connections.
Definition: TimePanelPrivate.hh:43
Definition: TimePanelPrivate.hh:31
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:53
boost::mutex mutex
Mutex to protect the memeber variables.
Definition: TimePanelPrivate.hh:52
transport::NodePtr node
Node used for communication.
Definition: TimePanelPrivate.hh:34
std::list< common::Time > simTimes
List of simulation times used to compute averages.
Definition: TimePanelPrivate.hh:46
TimeWidget * timeWidget
Paused state of the simulation.
Definition: TimePanelPrivate.hh:58
std::list< common::Time > realTimes
List of real times used to compute averages.
Definition: TimePanelPrivate.hh:49
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
transport::PublisherPtr worldControlPub
Used to start, stop, and step simulation.
Definition: TimePanelPrivate.hh:40
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
LogPlayWidget * logPlayWidget
Paused state of the simulation.
Definition: TimePanelPrivate.hh:61