DESERT 4.0.0
ListNode Class Reference

#include <uwinterference.h>

Inheritance diagram for ListNode:
Inheritance graph
Collaboration diagram for ListNode:
Collaboration graph

Public Member Functions

 ListNode ()
 
 ListNode (double t, double sum_pw, int ctrl, int data)
 
virtual ~ListNode ()
 

Public Attributes

double time
 
double sum_power
 
int ctrl_cnt
 
int data_cnt
 

Constructor & Destructor Documentation

◆ ListNode() [1/2]

ListNode::ListNode ( )
inline

data packet counter Constructor of the class ListNode

References ctrl_cnt, data_cnt, sum_power, and time.

◆ ListNode() [2/2]

ListNode::ListNode ( double  t,
double  sum_pw,
int  ctrl,
int  data 
)
inline

Constructor of the class ListNode

Parameters
ttime when packet is added in the list, time at reception
sum_pwsum of the rx power in the node at the given time
ctrlcontrol packet counter
datadata packet counter

References ctrl_cnt, data_cnt, sum_power, and time.

◆ ~ListNode()

virtual ListNode::~ListNode ( )
inlinevirtual

Destructor of the class ListNode

Member Data Documentation

◆ ctrl_cnt

int ListNode::ctrl_cnt

sum of the rx power in the node at the given time

Referenced by ListNode(), ListNode(), and ListNodeOFDM::ListNodeOFDM().

◆ data_cnt

int ListNode::data_cnt

control packet counter

Referenced by ListNode(), ListNode(), and ListNodeOFDM::ListNodeOFDM().

◆ sum_power

double ListNode::sum_power

◆ time

double ListNode::time

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