Public Member Functions | Protected Attributes

ProbBcastNetwControlInfo Class Reference
[utils - utility classes]

Control info IPAC networking messages. More...

#include <ProbBcastNetwControlInfo.h>

Inherits NetwControlInfo.

Collaboration diagram for ProbBcastNetwControlInfo:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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.

Author:
Damien Piguet

Definition at line 23 of file ProbBcastNetwControlInfo.h.


The documentation for this class was generated from the following file: