Public Attributes | List of all members
gazebo::gui::TimePanelPrivate Class Reference

#include <TimePanelPrivate.hh>

Public Attributes

std::vector< event::ConnectionPtrconnections
 Event based connections. More...
 
LogPlayWidgetlogPlayWidget
 Paused state of the simulation. More...
 
boost::mutex mutex
 Mutex to protect the memeber variables. More...
 
transport::NodePtr node
 Node used for communication. More...
 
bool paused
 Paused state of the simulation. More...
 
std::list< common::TimerealTimes
 List of real times used to compute averages. More...
 
std::list< common::TimesimTimes
 List of simulation times used to compute averages. More...
 
transport::SubscriberPtr statsSub
 Subscriber to the statistics topic. More...
 
TimeWidgettimeWidget
 Paused state of the simulation. More...
 
transport::PublisherPtr worldControlPub
 Used to start, stop, and step simulation. More...
 

Member Data Documentation

std::vector<event::ConnectionPtr> gazebo::gui::TimePanelPrivate::connections

Event based connections.

LogPlayWidget* gazebo::gui::TimePanelPrivate::logPlayWidget

Paused state of the simulation.

boost::mutex gazebo::gui::TimePanelPrivate::mutex

Mutex to protect the memeber variables.

transport::NodePtr gazebo::gui::TimePanelPrivate::node

Node used for communication.

bool gazebo::gui::TimePanelPrivate::paused

Paused state of the simulation.

std::list<common::Time> gazebo::gui::TimePanelPrivate::realTimes

List of real times used to compute averages.

std::list<common::Time> gazebo::gui::TimePanelPrivate::simTimes

List of simulation times used to compute averages.

transport::SubscriberPtr gazebo::gui::TimePanelPrivate::statsSub

Subscriber to the statistics topic.

TimeWidget* gazebo::gui::TimePanelPrivate::timeWidget

Paused state of the simulation.

transport::PublisherPtr gazebo::gui::TimePanelPrivate::worldControlPub

Used to start, stop, and step simulation.


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