All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
gazebo::event::ConnectionPrivate Class Reference

#include <Event.hh>

Collaboration diagram for gazebo::event::ConnectionPrivate:
Collaboration graph
[legend]

Public Member Functions

 ConnectionPrivate ()
 Constructor. More...
 
 ConnectionPrivate (Event *_e, int _i)
 Constructor. More...
 

Public Attributes

common::Time creationTime
 set during the constructor More...
 
Eventevent
 the event for this connection More...
 
int id
 the id set in the constructor More...
 

Constructor & Destructor Documentation

gazebo::event::ConnectionPrivate::ConnectionPrivate ( )

Constructor.

gazebo::event::ConnectionPrivate::ConnectionPrivate ( Event _e,
int  _i 
)

Constructor.

Parameters
[in]_eEvent pointer to connect with
[in]_iUnique id

Member Data Documentation

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


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