|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <CDAP.h>
Public Types | |
| enum | ConnectionState { NIL, CONNECTED, AWAITCLOSE, AWAITCON } |
Public Member Functions | |
| void | sendData (CDAPMessage *cmsg) |
Protected Member Functions | |
| virtual void | initialize () |
| virtual void | handleMessage (cMessage *msg) |
| void | initSignalsAndListeners () |
| void | signalizeReceiveData (CDAPMessage *cmsg) |
Protected Attributes | |
| simsignal_t | sigCDAPReceiveData |
| LisCDAPSendData * | lisCDAPSendData |
|
protected |
Definition at line 44 of file CDAP.cc.
Referenced by initialize().
| void CDAP::sendData | ( | CDAPMessage * | cmsg | ) |
Definition at line 57 of file CDAP.cc.
Referenced by LisCDAPSendData::receiveSignal().
|
protected |
Definition at line 67 of file CDAP.cc.
Referenced by handleMessage().
|
protected |
Definition at line 54 of file CDAP.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 51 of file CDAP.h.
Referenced by initSignalsAndListeners(), and signalizeReceiveData().