RLRP routing
v.0.1.0
|
Unicast data packet, transmitted using ARQ module. More...
Public Member Functions | |
def | __init__ (self) |
Constructor. More... | |
def | __str__ (self) |
Default print method. More... | |
Public Attributes | |
id | |
Unique packet ID. More... | |
hop_count | |
Current hop count value. More... | |
Static Public Attributes | |
int | type = 9 |
Type ID of ARQ-based Unicast Data Packet. More... | |
Unicast data packet, transmitted using ARQ module.
This is a message for unicast data packets, which are enabled to be sent with the ARQ.
def Messages.ReliableDataPacket.__init__ | ( | self | ) |
Constructor.
self | The object pointer. |
def Messages.ReliableDataPacket.__str__ | ( | self | ) |
Default print method.
self | The object pointer. |
Messages.ReliableDataPacket.hop_count |
Current hop count value.
Messages.ReliableDataPacket.id |
Unique packet ID.
Max value is (2**20 - 1), since the id field size is 20 bits.
|
static |
Type ID of ARQ-based Unicast Data Packet.