DESERT 3.6.0
|
#include <uwApplication_cmn_header.h>
Public Member Functions | |
uint16_t & | sn () |
int & | rftt () |
bool & | rftt_valid () |
uint8_t & | priority () |
uint16_t & | payload_size () |
Static Public Member Functions | |
static int & | offset () |
static hdr_DATA_APPLICATION * | access (const Packet *p) |
Public Attributes | |
uint16_t | sn_ |
int | rftt_ |
bool | rftt_valid_ |
uint8_t | priority_ |
uint16_t | payload_size_ |
char | payload_msg [MAX_LENGTH_PAYLOAD] |
Static Public Attributes | |
static int | offset_ = 0 |
Content header of DATA packet.
Definition at line 53 of file uwApplication_cmn_header.h.
|
inlinestatic |
Definition at line 124 of file uwApplication_cmn_header.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 118 of file uwApplication_cmn_header.h.
|
inline |
Definition at line 109 of file uwApplication_cmn_header.h.
|
inline |
Reference to the priority variable.
Definition at line 103 of file uwApplication_cmn_header.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 81 of file uwApplication_cmn_header.h.
|
inline |
Reference to the rftt_valid_ variable.
Definition at line 92 of file uwApplication_cmn_header.h.
|
inline |
Reference to the sn_ variable.
Definition at line 70 of file uwApplication_cmn_header.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 62 of file uwApplication_cmn_header.h.
char hdr_DATA_APPLICATION::payload_msg[MAX_LENGTH_PAYLOAD] |
Message payload.
Definition at line 60 of file uwApplication_cmn_header.h.
uint16_t hdr_DATA_APPLICATION::payload_size_ |
Size (bytes) of the payload.
Definition at line 59 of file uwApplication_cmn_header.h.
uint8_t hdr_DATA_APPLICATION::priority_ |
Priority flag: 1 means high priority, 0 normal priority.
Definition at line 57 of file uwApplication_cmn_header.h.
int hdr_DATA_APPLICATION::rftt_ |
Forward Trip Time of the packet.
Definition at line 55 of file uwApplication_cmn_header.h.
bool hdr_DATA_APPLICATION::rftt_valid_ |
Flag used to set the validity of the fft field.
Definition at line 56 of file uwApplication_cmn_header.h.
uint16_t hdr_DATA_APPLICATION::sn_ |
Serial number of the packet.
Definition at line 54 of file uwApplication_cmn_header.h.