INET Framework for OMNeT++/OMNEST
AnsaEtherFrame_m.h File Reference
#include <omnetpp.h>
#include "Ethernet.h"
#include "MACAddress.h"
#include "Ieee802Ctrl_m.h"
#include "EtherFrame_m.h"

Go to the source code of this file.

Classes

class  AnsaEtherFrame

Defines

#define MSGC_VERSION   0x0402

Functions

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

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file AnsaEtherFrame_m.h.


Function Documentation

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

Definition at line 65 of file AnsaEtherFrame_m.h.

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

Definition at line 66 of file AnsaEtherFrame_m.h.

{obj.parsimUnpack(b);}