#include <Event.hh>
Public Member Functions | |
ConnectionPrivate () | |
Constructor. More... | |
ConnectionPrivate (Event *_e, int _i) | |
Constructor. More... | |
Public Attributes | |
common::Time | creationTime |
set during the constructor More... | |
Event * | event |
the event for this connection More... | |
int | id |
the id set in the constructor More... | |
gazebo::event::ConnectionPrivate::ConnectionPrivate | ( | ) |
Constructor.
gazebo::event::ConnectionPrivate::ConnectionPrivate | ( | Event * | _e, |
int | _i | ||
) |
Constructor.
[in] | _e | Event pointer to connect with |
[in] | _i | Unique id |
common::Time gazebo::event::ConnectionPrivate::creationTime |
set during the constructor
Event* gazebo::event::ConnectionPrivate::event |
the event for this connection
int gazebo::event::ConnectionPrivate::id |
the id set in the constructor