70 : PacketHeaderClass(
"PacketHeader/PROBE", sizeof(
hdr_PROBE))
87 : PacketHeaderClass(
"PacketHeader/TRIGGER", sizeof(
hdr_TRIGGER))
104 : PacketHeaderClass(
"PacketHeader/POLL", sizeof(
hdr_POLL))
121 : PacketHeaderClass(
"PacketHeader/AUV_MULE", sizeof(
hdr_AUV_MULE))
138 : PacketHeaderClass(
"PacketHeader/ACK_SINK", sizeof(
hdr_ACK_SINK))
155 : PacketHeaderClass(
"PacketHeader/PROBE_SINK", sizeof(
hdr_PROBE_SINK))
167 PT_PROBE = p_info::addPacket(
"UWPOLLING/PROBE");
168 PT_TRIGGER = p_info::addPacket(
"UWPOLLING/TRIGGER");
169 PT_POLL = p_info::addPacket(
"UWPOLLING/POLL");
170 PT_AUV_MULE = p_info::addPacket(
"UWPOLLING/AUV_MULE");
171 PT_ACK_SINK =p_info::addPacket(
"UWPOLLING/ACK_SINK");
ProbeSinkHeaderClass class_hdr_PROBE_SINK
PollHeaderClass class_hdr_POLL
EmbeddedTcl uwpolling_default
ProbeHeaderClass class_hdr_PROBE
AckSinkHeaderClass class_hdr_ACK_SINK
TriggerHeaderClass class_hdr_TRIGGER
AuvMuleHeaderClass class_hdr_AUV_MULE
Header of the ACK sent by the SINK.
static int offset_
Required by the PacketHeaderManager.
Header of the data sent from AUV MULE to SINK.
static int offset_
ID of the last packet transmitted in the round.
Header of the POLL message.
static int offset_
Required by the PacketHeaderManager.
Header of the PROBE message.
static int offset_
Required by the PacketHeaderManager.
Header of the PROBE message.
static int offset_
Required by the PacketHeaderManager.
Header of the TRIGGER message.
static int offset_
Required by the PacketHeaderManager.
Class that represents the AUV of UWPOLLING.
Class that represents a node of UWPOLLING.
Class that represents a node of UWPOLLING.
Common structures and variables in the protocol.