MiXiM
2.3
|
Control info IPAC networking messages. More...
#include <ProbBcastNetwControlInfo.h>
Public Member Functions | |
ProbBcastNetwControlInfo (const LAddress::L3Type &addr=LAddress::L3NULL, simtime_t_cref vttl=0, double vcriticality=0.0, unsigned int vid=0) | |
Default constructor. | |
virtual | ~ProbBcastNetwControlInfo () |
Destructor. | |
virtual simtime_t_cref | getTtl () const |
Getter method. | |
virtual void | setTtl (simtime_t_cref vttl) |
Setter method. | |
virtual double | getCriticality () const |
Getter method. | |
virtual void | setCriticality (const double vcriticality) |
Setter method. | |
virtual unsigned int | getId () const |
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.