|
DESERT 3.6.1
|
#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.
Definition at line 272 of file uwpolling_cmn_hdr.h.
|
inlinestatic |
Definition at line 315 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to id_ack_ variable.
Definition at line 300 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to id_sink variable.
Definition at line 282 of file uwpolling_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 309 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to PROBE_uid_ variable.
Definition at line 291 of file uwpolling_cmn_hdr.h.
| uint16_t hdr_PROBE_SINK::id_ack_ |
ID used for ack purpose.
Definition at line 275 of file uwpolling_cmn_hdr.h.
| uint hdr_PROBE_SINK::id_sink_ |
ID of the sink.
Definition at line 273 of file uwpolling_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 276 of file uwpolling_cmn_hdr.h.
| uint hdr_PROBE_SINK::PROBE_uid_ |
Unique ID of the PROBE packet.
Definition at line 274 of file uwpolling_cmn_hdr.h.