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

A class that encapsulates a connection. More...

#include <Event.hh>

Public Member Functions

 Connection ()
 Constructor.
 
 Connection (Event *_e, int _i)
 Constructor.
 
 ~Connection ()
 Destructor.
 
int GetId () const
 Get the id of this connection.
 

Detailed Description

A class that encapsulates a connection.

Constructor & Destructor Documentation

gazebo::event::Connection::Connection ( )
inline

Constructor.

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

Constructor.

Parameters
[in]_eEvent pointer to connect with
[in]_iUnique id
gazebo::event::Connection::~Connection ( )

Destructor.

Member Function Documentation

int gazebo::event::Connection::GetId ( ) const

Get the id of this connection.

Returns
The id of this connection

Referenced by gazebo::event::EventT< T >::Disconnect().


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