#include <Event.hh>
Public Attributes | |
EvtConnectionMap | connections |
Array of connection callbacks. More... | |
std::list< typename EvtConnectionMap::const_iterator > | connectionsToRemove |
List of connections to remove. More... | |
std::mutex | mutex |
A thread lock. More... | |
Public Attributes inherited from gazebo::event::EventPrivate | |
bool | signaled |
True if the event has been signaled. More... | |
Additional Inherited Members | |
Public Member Functions inherited from gazebo::event::EventPrivate | |
EventPrivate () | |
EvtConnectionMap gazebo::event::EventTPrivate< T >::connections |
Array of connection callbacks.
std::list<typename EvtConnectionMap::const_iterator> gazebo::event::EventTPrivate< T >::connectionsToRemove |
List of connections to remove.
std::mutex gazebo::event::EventTPrivate< T >::mutex |
A thread lock.