|
DESERT 4.0.0
|
#include <uwpolling_cmn_hdr.h>

Public Member Functions | |
| uint16_t & | t_in () |
| uint16_t & | t_fin () |
| uint & | TRIGGER_uid () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_TRIGGER * | access (const Packet *p) |
Public Attributes | |
| uint16_t | t_in_ |
| uint16_t | t_fin_ |
| uint | TRIGGER_uid_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Header of the TRIGGER message
|
inlinestatic |
|
inlinestatic |
Reference to the offset variable
References offset_.
|
inline |
Reference to the t_fin variable
References t_fin_.
Referenced by Uwpolling_NODE::stateRxTrigger(), Uwpolling_SINK::stateRxTrigger(), and Uwpolling_AUV::stateTxTrigger().
|
inline |
Reference to the t_in variable
References t_in_.
Referenced by Uwpolling_NODE::stateRxTrigger(), Uwpolling_SINK::stateRxTrigger(), and Uwpolling_AUV::stateTxTrigger().
|
inline |
Reference to the TRIGGER_uid variable
References TRIGGER_uid_.
|
static |
| uint16_t hdr_TRIGGER::t_fin_ |
Maximum value in which the node can choose his backoff time
Referenced by packerUwpolling::packMyHdr(), packerUwpolling::printMyHdrFields(), t_fin(), and packerUwpolling::unpackMyHdr().
| uint16_t hdr_TRIGGER::t_in_ |
Minimum value in which the node can choose his backoff time
Referenced by packerUwpolling::packMyHdr(), packerUwpolling::printMyHdrFields(), t_in(), and packerUwpolling::unpackMyHdr().
| uint hdr_TRIGGER::TRIGGER_uid_ |
TRIGGER packet unique ID
Referenced by packerUwpolling::packMyHdr(), packerUwpolling::printMyHdrFields(), Uwpolling_NODE::stateRxTrigger(), Uwpolling_AUV::stateTxTrigger(), TRIGGER_uid(), and packerUwpolling::unpackMyHdr().