Wiselib
|
Go to the source code of this file.
Classes | |
class | wiselib::DataUnit< OsModel_P, Radio_P > |
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Defines | |
#define | MAX_PAYLOAD_SIZE 20 |
DataUnit consists of: | |
Typedefs | |
typedef wiselib::OSMODEL | Os |
#define MAX_PAYLOAD_SIZE 20 |
DataUnit consists of:
1. node id to identfiy the node, that the sent the message (1 Byte) 2. mesage id to identfiy the message, that sent from another node (1 Byte) 3. maxLifeTime: how long time should be saved the message by received node (1 Byte) 4. length of the payload wil be saved in the buffer, one position before the payload (1 Byte) 5. payload: the new data, that we want to send to another node (0 - n Bytes)
typedef wiselib::OSMODEL Os |