#include <Event.hh>

Public Attributes | |
| EvtConnectionMap | connections |
| Array of connection callbacks. More... | |
| boost::mutex | connectionsEraseMutex |
| A thread lock. More... | |
| std::vector< int > | connectionsToErase |
| Set of connections to erased. 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.
| boost::mutex gazebo::event::EventTPrivate< T >::connectionsEraseMutex |
A thread lock.
| std::vector<int> gazebo::event::EventTPrivate< T >::connectionsToErase |
Set of connections to erased.