INET Framework for OMNeT++/OMNEST
SignallingMsg_m.h File Reference

Classes

class  inet::SignallingMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:51 by nedtool. More...
 
class  inet::PsbTimerMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:59 by nedtool. More...
 
class  inet::PsbTimeoutMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:69 by nedtool. More...
 
class  inet::RsbRefreshTimerMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:79 by nedtool. More...
 
class  inet::RsbCommitTimerMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:89 by nedtool. More...
 
class  inet::RsbTimeoutMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:99 by nedtool. More...
 
class  inet::HelloTimerMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:109 by nedtool. More...
 
class  inet::HelloTimeoutMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:119 by nedtool. More...
 
class  inet::PathNotifyMsg
 Class generated from inet/networklayer/rsvp_te/SignallingMsg.msg:129 by nedtool. More...
 

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Macros

#define __INET_SIGNALLINGMSG_M_H
 
#define MSGC_VERSION   0x0501
 
#define INET_API
 
#define MSG_PSB_TIMER   1
 
#define MSG_PSB_TIMEOUT   2
 
#define MSG_RSB_REFRESH_TIMER   3
 
#define MSG_RSB_COMMIT_TIMER   4
 
#define MSG_RSB_TIMEOUT   5
 
#define MSG_HELLO_TIMER   6
 
#define MSG_HELLO_TIMEOUT   7
 
#define MSG_PATH_NOTIFY   8
 
#define PATH_CREATED   1
 
#define PATH_UNFEASIBLE   2
 
#define PATH_FAILED   3
 
#define PATH_PREEMPTED   4
 
#define PATH_RETRY   5
 

Functions

void inet::doParsimPacking (omnetpp::cCommBuffer *b, const SignallingMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, SignallingMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const PsbTimerMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, PsbTimerMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const PsbTimeoutMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, PsbTimeoutMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const RsbRefreshTimerMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RsbRefreshTimerMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const RsbCommitTimerMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RsbCommitTimerMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const RsbTimeoutMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RsbTimeoutMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const HelloTimerMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, HelloTimerMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const HelloTimeoutMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, HelloTimeoutMsg &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const PathNotifyMsg &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, PathNotifyMsg &obj)
 

Macro Definition Documentation

#define __INET_SIGNALLINGMSG_M_H
#define INET_API
#define MSG_HELLO_TIMEOUT   7
#define MSG_HELLO_TIMER   6
#define MSG_PATH_NOTIFY   8
#define MSG_PSB_TIMEOUT   2
#define MSG_PSB_TIMER   1
#define MSG_RSB_COMMIT_TIMER   4
#define MSG_RSB_REFRESH_TIMER   3
#define MSG_RSB_TIMEOUT   5
#define MSGC_VERSION   0x0501
#define PATH_CREATED   1
#define PATH_FAILED   3
#define PATH_PREEMPTED   4