INET Framework for OMNeT++/OMNEST
SocketCommand_m.h File Reference
#include <omnetpp.h>
#include "inet/common/INETDefs_m.h"
#include "inet/common/Protocol_m.h"
#include "inet/linklayer/common/MacAddress_m.h"

Classes

class  inet::SocketCommandBase
 Class generated from inet/common/socket/SocketCommand.msg:30 by opp_msgtool. More...
 
class  inet::SocketBindCommand
 Class generated from inet/common/socket/SocketCommand.msg:34 by opp_msgtool. More...
 
class  inet::SocketCloseCommand
 Class generated from inet/common/socket/SocketCommand.msg:39 by opp_msgtool. More...
 
class  inet::SocketDestroyCommand
 Class generated from inet/common/socket/SocketCommand.msg:43 by opp_msgtool. More...
 
class  inet::SocketClosedIndication
 Class generated from inet/common/socket/SocketCommand.msg:47 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::SocketCommandCode {
  inet::SOCKET_C_DATA = 0, inet::SOCKET_C_BIND = 1, inet::SOCKET_C_OPEN = 2, inet::SOCKET_C_CLOSE = 3,
  inet::SOCKET_C_DESTROY = 4
}
 Enum generated from inet/common/socket/SocketCommand.msg:15 by opp_msgtool. More...
 
enum  inet::SocketStatusInd { inet::SOCKET_I_DATA = 0, inet::SOCKET_I_CLOSED = 1 }
 Enum generated from inet/common/socket/SocketCommand.msg:24 by opp_msgtool. More...
 

Functions

void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketCommandCode &e)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketCommandCode &e)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketStatusInd &e)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketStatusInd &e)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketCommandBase &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketCommandBase &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketBindCommand &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketBindCommand &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketCloseCommand &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketCloseCommand &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketDestroyCommand &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketDestroyCommand &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SocketClosedIndication &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SocketClosedIndication &obj)
 
template<>
inet::ApplicationPacketomnetpp::fromAnyPtr (any_ptr ptr)
 

Macro Definition Documentation

◆ INET_API

#define INET_API

◆ MSGC_VERSION

#define MSGC_VERSION   0x0600