DESERT 3.5.1
|
#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 TRIGGER packet.
Definition at line 60 of file uwApplication_cmn_header.h.
|
inlinestatic |
Definition at line 131 of file uwApplication_cmn_header.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 125 of file uwApplication_cmn_header.h.
|
inline |
Definition at line 116 of file uwApplication_cmn_header.h.
|
inline |
Reference to the priority variable.
Definition at line 110 of file uwApplication_cmn_header.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 88 of file uwApplication_cmn_header.h.
|
inline |
Reference to the rftt_valid_ variable.
Definition at line 99 of file uwApplication_cmn_header.h.
|
inline |
Reference to the sn_ variable.
Definition at line 77 of file uwApplication_cmn_header.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 69 of file uwApplication_cmn_header.h.
char hdr_DATA_APPLICATION::payload_msg[MAX_LENGTH_PAYLOAD] |
Message payload.
Definition at line 67 of file uwApplication_cmn_header.h.
uint16_t hdr_DATA_APPLICATION::payload_size_ |
Size (bytes) of the payload.
Definition at line 66 of file uwApplication_cmn_header.h.
uint8_t hdr_DATA_APPLICATION::priority_ |
Priority flag: 1 means high priority, 0 normal priority.
Definition at line 64 of file uwApplication_cmn_header.h.
int hdr_DATA_APPLICATION::rftt_ |
Forward Trip Time of the packet.
Definition at line 62 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 63 of file uwApplication_cmn_header.h.
uint16_t hdr_DATA_APPLICATION::sn_ |
Serial number of the packet.
Definition at line 61 of file uwApplication_cmn_header.h.