|
DESERT 4.0.0
|
#include <uwpolling_cmn_hdr.h>

Public Member Functions | |
| uint & | id_sink () |
| uint & | PROBE_uid () |
| uint16_t & | id_ack () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_PROBE_SINK * | access (const Packet *p) |
Public Attributes | |
| uint | id_sink_ |
| uint | PROBE_uid_ |
| uint16_t | id_ack_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Header of the PROBE message
|
inlinestatic |
|
inline |
Reference to id_ack_ variable
References id_ack_.
Referenced by Uwpolling_AUV::addSink2List(), Uwpolling_AUV::handleProbeAck(), and Uwpolling_SINK::initPkt().
|
inline |
Reference to id_sink variable
References id_sink_.
Referenced by Uwpolling_AUV::addSink2List(), and Uwpolling_SINK::initPkt().
|
inlinestatic |
Reference to the offset variable
References offset_.
|
inline |
Reference to PROBE_uid_ variable
References PROBE_uid_.
Referenced by Uwpolling_SINK::initPkt(), and Uwpolling_SINK::stateTxProbe().
| uint16_t hdr_PROBE_SINK::id_ack_ |
ID used for ack purpose
Referenced by id_ack(), packerUwpolling::packMyHdr(), packerUwpolling::printMyHdrFields(), Uwpolling_AUV::stateRxProbe(), and packerUwpolling::unpackMyHdr().
| uint hdr_PROBE_SINK::id_sink_ |
ID of the sink
Referenced by id_sink(), packerUwpolling::packMyHdr(), packerUwpolling::printMyHdrFields(), Uwpolling_AUV::stateRxProbe(), and packerUwpolling::unpackMyHdr().
|
static |
| uint hdr_PROBE_SINK::PROBE_uid_ |
Unique ID of the PROBE packet
Referenced by packerUwpolling::packMyHdr(), packerUwpolling::printMyHdrFields(), PROBE_uid(), Uwpolling_AUV::stateRxProbe(), and packerUwpolling::unpackMyHdr().