DESERT 3.5.1
|
#include <uwpolling_AUV.h>
Public Member Functions | |
void | incrementCounters () |
void | resetCounters () |
uint | getNumberOfNeighbors () |
Public Attributes | |
uint | n_probe_detected |
uint | n_probe_received |
Struct used for handling the number of probes detected and received to estimate the number of neighbors.
Definition at line 71 of file uwpolling_AUV.h.
|
inline |
Get estimate number of neighbors.
Definition at line 85 of file uwpolling_AUV.h.
|
inline |
Increment both counters.
Definition at line 77 of file uwpolling_AUV.h.
|
inline |
Reset both counters.
Definition at line 81 of file uwpolling_AUV.h.
uint probe_cicle_counters::n_probe_detected |
Number of probe (prehamble) detected in a round by the MAC.
Definition at line 72 of file uwpolling_AUV.h.
uint probe_cicle_counters::n_probe_received |
Number of probe received in a round (i.e., prehamble received)
Definition at line 73 of file uwpolling_AUV.h.