classic_gov_cca_ConnectionEvent(3)
| classic::gov::cca::ConnectionEvent(3) | 'Classic' CCA c++ binding (ccaffeine-only) | classic::gov::cca::ConnectionEvent(3) |
NAME
classic::gov::cca::ConnectionEvent -
UNADOPTED standard: ConnectionEvent event interface.
SYNOPSIS
#include <ConnectionEvent.h>
Public Member Functions
virtual ~ConnectionEvent ()
obligatory vdtor virtual int connected () CLASSIC_CCA_PURE
True if the event informs a connection. virtual int
disconnected () CLASSIC_CCA_PURE
True if the event informs a disconnection. virtual PortInfo *
getPortInfo () CLASSIC_CCA_PURE
Get the PortInfo of the affected Port.
virtual void * getOpqTypeMapSharedPtrAddress ()
CLASSIC_CCA_PURE
Close your eyes and don't read further.
Detailed Description
UNADOPTED standard: ConnectionEvent event interface.
Constructor & Destructor Documentation
virtual classic::gov::cca::ConnectionEvent::~ConnectionEvent () [inline, virtual]
obligatory vdtor
{}
Member Function Documentation
virtual int classic::gov::cca::ConnectionEvent::connected () [virtual]
True if the event informs a connection.
virtual int classic::gov::cca::ConnectionEvent::disconnected () [virtual]
True if the event informs a disconnection.
virtual PortInfo* classic::gov::cca::ConnectionEvent::getPortInfo () [virtual]
Get the PortInfo of the affected Port.
virtual void* classic::gov::cca::ConnectionEvent::getOpqTypeMapSharedPtrAddress () [virtual]
Close your eyes and don't read further. Returns the address of a ccafeopq::typemap which will exist for the duration of the ConnectionEvent object under it. This is ugly, but temporary. we will define a full ccafeopq event model soon enough.
Author
Generated automatically by Doxygen for 'Classic' CCA c++ binding (ccaffeine-only) from the source code.
| Tue Nov 12 2013 | Version 0.5.7 |
