|
DESERT 3.6.1
|
#include <uwinterference.h>

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 |
Definition at line 55 of file uwinterference.h.
|
inline |
data packet counter
Constructor of the class ListNode
Definition at line 66 of file uwinterference.h.
|
inline |
Constructor of the class ListNode.
| t | time when packet is added in the list, time at reception |
| sum_pw | sum of the rx power in the node at the given time |
| ctrl | control packet counter |
| data | data packet counter |
Definition at line 82 of file uwinterference.h.
|
inlinevirtual |
Destructor of the class ListNode.
Definition at line 93 of file uwinterference.h.
| int ListNode::ctrl_cnt |
sum of the rx power in the node at the given time
Definition at line 60 of file uwinterference.h.
| int ListNode::data_cnt |
control packet counter
Definition at line 61 of file uwinterference.h.
| double ListNode::sum_power |
Definition at line 59 of file uwinterference.h.
| double ListNode::time |
Definition at line 58 of file uwinterference.h.