|
VLANs(802.1Q)forOMNet++
0.5Beta
|
#include <omnetpp.h>#include <inttypes.h>#include "EtherFrame_m.h"Classes | |
| class | EthernetDot1QFrame |
Class generated from linklayer/EtherFrameVlans.msg by opp_msgc. More... | |
Defines | |
| #define | MSGC_VERSION 0x0401 |
Functions | |
| void | doPacking (cCommBuffer *b, EthernetDot1QFrame &obj) |
| void | doUnpacking (cCommBuffer *b, EthernetDot1QFrame &obj) |
| #define MSGC_VERSION 0x0401 |
| void doPacking | ( | cCommBuffer * | b, |
| EthernetDot1QFrame & | obj | ||
| ) | [inline] |
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, |
| EthernetDot1QFrame & | obj | ||
| ) | [inline] |
{obj.parsimUnpack(b);}