#include <omnetpp.h>
#include "IntServ_m.h"
Defines | |
#define | MSGC_VERSION 0x0302 |
#define | PATH_MESSAGE 1 |
#define | RESV_MESSAGE 2 |
#define | PTEAR_MESSAGE 3 |
#define | RTEAR_MESSAGE 4 |
#define | PERROR_MESSAGE 5 |
#define | RERROR_MESSAGE 6 |
#define | HELLO_MESSAGE 7 |
Functions | |
void | doPacking (cCommBuffer *b, RSVPMessage &obj) |
void | doUnpacking (cCommBuffer *b, RSVPMessage &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
00062 {obj.netPack(b);}
|
|
00063 {obj.netUnpack(b);}
|