File Network/RSVP_TE/RSVPPathMsg.msg
Contains:
cplusplus {{
#include "IntServ.h"
#include "RSVPPacket.h"
}}
struct RsvpHopObj_t;
struct SenderTemplateObj_t;
struct LabelRequestObj_t;
struct SenderDescriptor_t;
class noncobject IPAddress;
class noncobject EroVector;
class RSVPPacket;
message RSVPPathMsg extends RSVPPacket
{
properties:
customize=true;
fields:
RsvpHopObj_t hop;
LabelRequestObj_t label_request;
SenderDescriptor_t sender_descriptor;
EroVector ERO;
int color;
int rsvpKind = PATH_MESSAGE;
};
message RSVPPathTear extends RSVPPacket
{
properties:
customize=true;
fields:
RsvpHopObj_t hop;
SenderTemplateObj_t senderTemplate;
bool force;
int rsvpKind = PTEAR_MESSAGE;
};
message RSVPPathError extends RSVPPacket
{
properties:
customize=true;
fields:
IPAddress errorNode;
int errorCode;
SenderDescriptor_t sender_descriptor;
int rsvpKind = PERROR_MESSAGE;
};