#include <DisconnectingConnectionEvent.h>
Public Member Functions | |
| DisconnectingConnectionEvent (UserPortData &upd) | |
| DisconnectingConnectionEvent (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::PortInfo * | pi |
| bool | prechange |
| ::ccafeopq::TypeMap_shared | ctm |
| ::std::string | tpn |
| ::std::string | tpt |
| virtual bool DisconnectingConnectionEvent::preChange | ( | ) | [virtual] |
True if the event is before change.
| virtual int DisconnectingConnectionEvent::connected | ( | ) | [virtual] |
True if the event informs a connection. (never)
| virtual int DisconnectingConnectionEvent::disconnected | ( | ) | [virtual] |
True if the event informs a disconnection (always)
| virtual ccafeopq::TypeMap_shared DisconnectingConnectionEvent::getProperties | ( | ) | [virtual] |
properties of port
| virtual void* DisconnectingConnectionEvent::getOpqTypeMapSharedPtrAddress | ( | ) | [virtual] |
properties of port for babel passthrough
1.5.9