|
INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>#include "inet/common/INETDefs_m.h"#include "inet/common/Protocol_m.h"#include "inet/networklayer/common/L3Address_m.h"Classes | |
| class | inet::L3SocketCommandBase |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:27 by opp_msgtool. More... | |
| class | inet::L3SocketBindCommand |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:31 by opp_msgtool. More... | |
| class | inet::L3SocketConnectCommand |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:37 by opp_msgtool. More... | |
| class | inet::L3SocketCloseCommand |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:42 by opp_msgtool. More... | |
| class | inet::L3SocketDestroyCommand |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:46 by opp_msgtool. More... | |
| class | inet::L3SocketClosedIndication |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:50 by opp_msgtool. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| omnetpp | |
Macros | |
| #define | MSGC_VERSION 0x0600 |
| #define | INET_API |
Enumerations | |
| enum | inet::L3CommandCode { inet::L3_C_BIND = 1, inet::L3_C_CONNECT = 2, inet::L3_C_CLOSE = 3, inet::L3_C_DESTROY = 4 } |
Enum generated from inet/networklayer/contract/L3SocketCommand.msg:14 by opp_msgtool. More... | |
| enum | inet::L3StatusInd { inet::L3_I_DATA = 0, inet::L3_I_SOCKET_CLOSED = 1 } |
Enum generated from inet/networklayer/contract/L3SocketCommand.msg:21 by opp_msgtool. More... | |
Functions | |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3CommandCode &e) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3CommandCode &e) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3StatusInd &e) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3StatusInd &e) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3SocketCommandBase &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3SocketCommandBase &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3SocketBindCommand &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3SocketBindCommand &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3SocketConnectCommand &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3SocketConnectCommand &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3SocketCloseCommand &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3SocketCloseCommand &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3SocketDestroyCommand &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3SocketDestroyCommand &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const L3SocketClosedIndication &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, L3SocketClosedIndication &obj) |
| template<> | |
| inet::ApplicationPacket * | omnetpp::fromAnyPtr (any_ptr ptr) |
| #define INET_API |
| #define MSGC_VERSION 0x0600 |