An Event class to get notifications for simulator events. More...
#include <common/common.hh>
Static Public Member Functions | |
template<typename T > | |
static ConnectionPtr | ConnectAddEntity (T _subscriber) |
Connect a boost::slot the the add entity signal. | |
template<typename T > | |
static ConnectionPtr | ConnectCreateEntity (T _subscriber) |
Connect a boost::slot the the add entity signal. | |
template<typename T > | |
static ConnectionPtr | ConnectDeleteEntity (T _subscriber) |
Connect a boost::slot the delete entity. | |
template<typename T > | |
static ConnectionPtr | ConnectDiagTimerStart (T _subscriber) |
Connect a boost::slot the diagnostic timer start signal. | |
template<typename T > | |
static ConnectionPtr | ConnectDiagTimerStop (T _subscriber) |
Connect a boost::slot the diagnostic timer stop signal. | |
template<typename T > | |
static ConnectionPtr | ConnectPause (T _subscriber) |
Connect a boost::slot the the pause signal. | |
template<typename T > | |
static ConnectionPtr | ConnectPostRender (T _subscriber) |
Connect a boost::slot the post render update signal. | |
template<typename T > | |
static ConnectionPtr | ConnectPreRender (T _subscriber) |
Render start signal. | |
template<typename T > | |
static ConnectionPtr | ConnectRender (T _subscriber) |
Connect a boost::slot the render update signal. | |
template<typename T > | |
static ConnectionPtr | ConnectSetSelectedEntity (T _subscriber) |
Connect a boost::slot the set selected entity. | |
template<typename T > | |
static ConnectionPtr | ConnectStep (T _subscriber) |
Connect a boost::slot the the step signal. | |
template<typename T > | |
static ConnectionPtr | ConnectStop (T _subscriber) |
Connect a boost::slot the the stop signal. | |
template<typename T > | |
static ConnectionPtr | ConnectWorldCreated (T _subscriber) |
Connect a boost::slot the the world created signal. | |
template<typename T > | |
static ConnectionPtr | ConnectWorldUpdateBegin (T _subscriber) |
Connect a boost::slot the the world update start signal. | |
template<typename T > | |
static ConnectionPtr | ConnectWorldUpdateEnd (T _subscriber) |
Connect a boost::slot the the world update end signal. | |
template<typename T > | |
static ConnectionPtr | ConnectWorldUpdateStart (T _subscriber) |
Connect a boost::slot the the world update start signal. | |
static void | DisconnectAddEntity (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the add entity signal. | |
static void | DisconnectCreateEntity (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the add entity signal. | |
static void | DisconnectDeleteEntity (ConnectionPtr _subscriber) |
Disconnect a boost::slot the delete entity. | |
static void | DisconnectDiagTimerStart (ConnectionPtr _subscriber) |
Disconnect a boost::slot the diagnostic timer start signal. | |
static void | DisconnectDiagTimerStop (ConnectionPtr _subscriber) |
Disconnect a boost::slot the diagnostic timer stop signal. | |
static void | DisconnectPause (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the pause signal. | |
static void | DisconnectPostRender (ConnectionPtr _subscriber) |
Disconnect a boost::slot the post render update signal. | |
static void | DisconnectPreRender (ConnectionPtr _subscriber) |
Disconnect a render start signal. | |
static void | DisconnectRender (ConnectionPtr _subscriber) |
Disconnect a boost::slot the render update signal. | |
static void | DisconnectSetSelectedEntity (ConnectionPtr _subscriber) |
Disconnect a boost::slot the set selected entity. | |
static void | DisconnectStep (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the step signal. | |
static void | DisconnectStop (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the stop signal. | |
static void | DisconnectWorldCreated (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the world created signal. | |
static void | DisconnectWorldUpdateBegin (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the world update start signal. | |
static void | DisconnectWorldUpdateEnd (ConnectionPtr _subscriber) |
Disconnect a boost::slot the the world update end signal. | |
static void | DisconnectWorldUpdateStart (ConnectionPtr _subscriber) GAZEBO_DEPRECATED |
Disconnect a boost::slot the the world update start signal. | |
Static Public Attributes | |
static EventT< void(std::string)> | addEntity |
An entity has been added. | |
static EventT< void(std::string)> | deleteEntity |
An entity has been deleted. | |
static EventT< void(std::string)> | diagTimerStart |
Diagnostic timer start. | |
static EventT< void(std::string)> | diagTimerStop |
Diagnostic timer stop. | |
static EventT< void(std::string)> | entityCreated |
An entity has been created. | |
static EventT< void(bool)> | pause |
Pause signal. | |
static EventT< void()> | postRender |
Post-Render. | |
static EventT< void()> | preRender |
Pre-render. | |
static EventT< void()> | render |
Render. | |
static EventT< void(std::string, std::string)> | setSelectedEntity |
An entity has been selected. | |
static EventT< void()> | step |
Step the simulation once signal. | |
static EventT< void()> | stop |
Simulation stop signal. | |
static EventT< void(std::string)> | worldCreated |
A world has been created. | |
static EventT< void(const common::UpdateInfo &)> | worldUpdateBegin |
World update has started. | |
static EventT< void()> | worldUpdateEnd |
World update has ended. | |
static EventT< void()> | worldUpdateStart |
World update has started. | |
An Event class to get notifications for simulator events.
|
inlinestatic |
Connect a boost::slot the the add entity signal.
[in] | _subscriber | the subscriber to this event |
References addEntity, and gazebo::event::EventT< T >::Connect().
|
inlinestatic |
Connect a boost::slot the the add entity signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and entityCreated.
|
inlinestatic |
Connect a boost::slot the delete entity.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and deleteEntity.
|
inlinestatic |
Connect a boost::slot the diagnostic timer start signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and diagTimerStart.
|
inlinestatic |
Connect a boost::slot the diagnostic timer stop signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and diagTimerStop.
|
inlinestatic |
Connect a boost::slot the the pause signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and pause.
|
inlinestatic |
Connect a boost::slot the post render update signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and postRender.
|
inlinestatic |
Render start signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and preRender.
|
inlinestatic |
Connect a boost::slot the render update signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and render.
|
inlinestatic |
Connect a boost::slot the set selected entity.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and setSelectedEntity.
|
inlinestatic |
Connect a boost::slot the the step signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and step.
|
inlinestatic |
Connect a boost::slot the the stop signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and stop.
|
inlinestatic |
Connect a boost::slot the the world created signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and worldCreated.
|
inlinestatic |
Connect a boost::slot the the world update start signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and worldUpdateBegin.
|
inlinestatic |
Connect a boost::slot the the world update end signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), and worldUpdateEnd.
|
inlinestatic |
Connect a boost::slot the the world update start signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Connect(), gzerr, and worldUpdateStart.
|
inlinestatic |
Disconnect a boost::slot the the add entity signal.
[in] | _subscriber | the subscriber to this event |
References addEntity, and gazebo::event::EventT< T >::Disconnect().
|
inlinestatic |
Disconnect a boost::slot the the add entity signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and entityCreated.
|
inlinestatic |
Disconnect a boost::slot the delete entity.
[in] | _subscriber | the subscriber to this event |
References deleteEntity, and gazebo::event::EventT< T >::Disconnect().
|
inlinestatic |
Disconnect a boost::slot the diagnostic timer start signal.
[in] | _subscriber | the subscriber to this event |
References diagTimerStart, and gazebo::event::EventT< T >::Disconnect().
|
inlinestatic |
Disconnect a boost::slot the diagnostic timer stop signal.
[in] | _subscriber | the subscriber to this event |
References diagTimerStop, and gazebo::event::EventT< T >::Disconnect().
|
inlinestatic |
Disconnect a boost::slot the the pause signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and pause.
|
inlinestatic |
Disconnect a boost::slot the post render update signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and postRender.
|
inlinestatic |
Disconnect a render start signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and preRender.
|
inlinestatic |
Disconnect a boost::slot the render update signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and render.
|
inlinestatic |
Disconnect a boost::slot the set selected entity.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and setSelectedEntity.
|
inlinestatic |
Disconnect a boost::slot the the step signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and step.
|
inlinestatic |
Disconnect a boost::slot the the stop signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and stop.
|
inlinestatic |
Disconnect a boost::slot the the world created signal.
References gazebo::event::EventT< T >::Disconnect(), and worldCreated.
|
static |
Disconnect a boost::slot the the world update start signal.
[in] | _subscriber | the subscriber to this event |
|
inlinestatic |
Disconnect a boost::slot the the world update end signal.
[in] | _subscriber | the subscriber to this event |
References gazebo::event::EventT< T >::Disconnect(), and worldUpdateEnd.
|
static |
Disconnect a boost::slot the the world update start signal.
[in] | _subscriber | the subscriber to this event |
|
static |
An entity has been added.
Referenced by ConnectAddEntity(), and DisconnectAddEntity().
|
static |
An entity has been deleted.
Referenced by ConnectDeleteEntity(), and DisconnectDeleteEntity().
|
static |
Diagnostic timer start.
Referenced by ConnectDiagTimerStart(), and DisconnectDiagTimerStart().
|
static |
Diagnostic timer stop.
Referenced by ConnectDiagTimerStop(), and DisconnectDiagTimerStop().
|
static |
An entity has been created.
Referenced by ConnectCreateEntity(), and DisconnectCreateEntity().
|
static |
Pause signal.
Referenced by ConnectPause(), and DisconnectPause().
|
static |
Post-Render.
Referenced by ConnectPostRender(), and DisconnectPostRender().
|
static |
Pre-render.
Referenced by ConnectPreRender(), and DisconnectPreRender().
|
static |
Render.
Referenced by ConnectRender(), and DisconnectRender().
|
static |
An entity has been selected.
Referenced by ConnectSetSelectedEntity(), and DisconnectSetSelectedEntity().
|
static |
Step the simulation once signal.
Referenced by ConnectStep(), and DisconnectStep().
|
static |
Simulation stop signal.
Referenced by ConnectStop(), and DisconnectStop().
|
static |
A world has been created.
Referenced by ConnectWorldCreated(), and DisconnectWorldCreated().
|
static |
World update has started.
Referenced by ConnectWorldUpdateBegin().
|
static |
World update has ended.
Referenced by ConnectWorldUpdateEnd(), and DisconnectWorldUpdateEnd().
|
static |
World update has started.
Referenced by ConnectWorldUpdateStart().