Control info IPAC networking messages. More...
#include <ProbBcastNetwControlInfo.h>
Inherits NetwControlInfo.
Public Member Functions | |
ProbBcastNetwControlInfo (int addr=0, simtime_t vttl=0, double vcriticality=0.0, unsigned int vid=0) | |
Default constructor. | |
virtual | ~ProbBcastNetwControlInfo () |
Destructor. | |
virtual const simtime_t | getTtl () |
Getter method. | |
virtual void | setTtl (const simtime_t vttl) |
Setter method. | |
virtual const double | getCriticality () |
Getter method. | |
virtual void | setCriticality (const double vcriticality) |
Setter method. | |
virtual const unsigned int | getId () |
Getter method. | |
virtual void | setId (const unsigned int vid) |
Setter method. | |
Protected Attributes | |
simtime_t | ttl |
netw address of the sending or receiving node | |
double | criticality |
unsigned int | id |
Control info IPAC networking messages.
Control Info to pass interface information from the network to the application layer and vice versa. The application layer passes the TTL and criticality values for the message.
Definition at line 23 of file ProbBcastNetwControlInfo.h.