|
CCAFFEINE
0.8.8
|
#include <ConnectedConnectionEvent.h>
Public Member Functions | |
| ConnectedConnectionEvent (UserPortData &upd) | |
| ConnectedConnectionEvent (ProviderPortData &ppd) | |
| virtual bool | preChange () |
| virtual void | setpreChange (bool pc) |
| virtual int | connected () |
| virtual int | disconnected () |
| virtual std::string | getName () |
| virtual std::string | getType () |
| virtual ccafeopq::TypeMap_shared | getProperties () |
| virtual void * | getOpqTypeMapSharedPtrAddress () |
Private Attributes | |
| ::ccafeopq::TypeMap_shared | ctm |
| bool | prechange |
| ::std::string | tpn |
| ::std::string | tpt |
Event delivered after a new connection has been made.
| virtual bool ConnectedConnectionEvent::preChange | ( | ) | [virtual] |
True if the event is before change.
| virtual int ConnectedConnectionEvent::connected | ( | ) | [virtual] |
True if the event informs a connection. (always)
| virtual int ConnectedConnectionEvent::disconnected | ( | ) | [virtual] |
True if the event informs a disconnection (never)
| virtual ccafeopq::TypeMap_shared ConnectedConnectionEvent::getProperties | ( | ) | [virtual] |
properties of port
| virtual void* ConnectedConnectionEvent::getOpqTypeMapSharedPtrAddress | ( | ) | [virtual] |
properties of port for babel passthrough
1.7.6.1