| DESERT 3.6.1
    | 
#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.
Definition at line 325 of file uwpolling_cmn_hdr.h.
| 
 | inlinestatic | 
Definition at line 358 of file uwpolling_cmn_hdr.h.
| 
 | inline | 
Reference to the last_pkt_uid_ variable.
Definition at line 343 of file uwpolling_cmn_hdr.h.
| 
 | inlinestatic | 
Reference to the offset variable.
Definition at line 352 of file uwpolling_cmn_hdr.h.
| 
 | inline | 
Reference to the pkt_uid_ variable.
Definition at line 334 of file uwpolling_cmn_hdr.h.
| uint16_t hdr_AUV_MULE::last_pkt_uid_ | 
Definition at line 327 of file uwpolling_cmn_hdr.h.
| 
 | static | 
ID of the last packet transmitted in the round.
Required by the PacketHeaderManager.
Definition at line 328 of file uwpolling_cmn_hdr.h.
| uint16_t hdr_AUV_MULE::pkt_uid_ | 
unique ID of the transmitted packet by the AUV node
Definition at line 326 of file uwpolling_cmn_hdr.h.