17 #ifndef _GAZEBO_TIME_PANEL_PRIVATE_HH_
18 #define _GAZEBO_TIME_PANEL_PRIVATE_HH_
bool paused
Paused state of the simulation.
Definition: TimePanelPrivate.hh:56
transport::SubscriberPtr statsSub
Subscriber to the statistics topic.
Definition: TimePanelPrivate.hh:37
transport::PublisherPtr userCmdPub
Publish user command messages for the server to place in the undo queue.
Definition: TimePanelPrivate.hh:41
std::vector< event::ConnectionPtr > connections
Event based connections.
Definition: TimePanelPrivate.hh:44
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:53
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:47
TimeWidget * timeWidget
Paused state of the simulation.
Definition: TimePanelPrivate.hh:59
std::list< common::Time > realTimes
List of real times used to compute averages.
Definition: TimePanelPrivate.hh:50
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
LogPlayWidget * logPlayWidget
Paused state of the simulation.
Definition: TimePanelPrivate.hh:62