INET Framework for OMNeT++/OMNEST
UDPControlInfo_m.h File Reference
#include <omnetpp.h>
#include "IPvXAddress.h"

Go to the source code of this file.

Classes

class  UDPControlInfo

Defines

#define MSGC_VERSION   0x0402

Enumerations

enum  UDPCommandCode { UDP_C_DATA = 0, UDP_C_BIND = 1, UDP_C_CONNECT = 2, UDP_C_UNBIND = 3 }
enum  UDPStatusInd { UDP_I_DATA = 0, UDP_I_ERROR = 1 }

Functions

void doPacking (cCommBuffer *b, UDPControlInfo &obj)
void doUnpacking (cCommBuffer *b, UDPControlInfo &obj)

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file UDPControlInfo_m.h.


Enumeration Type Documentation

Enum generated from transport/contract/UDPControlInfo.msg by opp_msgc.

 enum UDPCommandCode
 {
     UDP_C_DATA = 0;    
     UDP_C_BIND = 1;    
     UDP_C_CONNECT = 2; 
     UDP_C_UNBIND = 3;  
 }
 
Enumerator:
UDP_C_DATA 
UDP_C_BIND 
UDP_C_CONNECT 
UDP_C_UNBIND 

Definition at line 35 of file UDPControlInfo_m.h.

Enum generated from transport/contract/UDPControlInfo.msg by opp_msgc.

 enum UDPStatusInd
 {
     UDP_I_DATA = 0;  
     UDP_I_ERROR = 1; 
 }
 
Enumerator:
UDP_I_DATA 
UDP_I_ERROR 

Definition at line 53 of file UDPControlInfo_m.h.

                  {
    UDP_I_DATA = 0,
    UDP_I_ERROR = 1
};

Function Documentation

void doPacking ( cCommBuffer *  b,
UDPControlInfo obj 
) [inline]

Definition at line 119 of file UDPControlInfo_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
UDPControlInfo obj 
) [inline]

Definition at line 120 of file UDPControlInfo_m.h.

{obj.parsimUnpack(b);}