|
DESERT 4.0.0
|
#include <uwpolling_cmn_hdr.h>

Public Member Functions | |
| uint16_t & | pkt_uid () |
| uint16_t & | last_pkt_uid () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_AUV_MULE * | access (const Packet *p) |
Public Attributes | |
| uint16_t | pkt_uid_ |
| uint16_t | last_pkt_uid_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Header of the data sent from AUV MULE to SINK
|
inlinestatic |
|
inline |
Reference to the last_pkt_uid_ variable
References last_pkt_uid_.
Referenced by Uwpolling_SINK::stateRxData(), and Uwpolling_AUV::stateTxData().
|
inlinestatic |
Reference to the offset variable
References offset_.
|
inline |
Reference to the pkt_uid_ variable
References pkt_uid_.
Referenced by Uwpolling_AUV::handleAck(), Uwpolling_AUV::handleProbeAck(), Uwpolling_AUV::recvFromUpperLayers(), Uwpolling_SINK::stateRxData(), and Uwpolling_AUV::stateTx().
| uint16_t hdr_AUV_MULE::last_pkt_uid_ |
|
static |
| uint16_t hdr_AUV_MULE::pkt_uid_ |
unique ID of the transmitted packet by the AUV node
Referenced by packerUwpolling::packMyHdr(), pkt_uid(), packerUwpolling::printMyHdrFields(), and packerUwpolling::unpackMyHdr().