|
DESERT 4.0.0
|
#include <uwranging_tdoa_hdr.h>

Public Member Functions | |
| uint8_t & | times_size () |
| size_t | getSize () const |
Static Public Member Functions | |
| static size_t | getSize (int entries) |
| static int & | offset () |
| static struct hdr_ranging_tdoa * | access (const Packet *p) |
Public Attributes | |
| uwrange_pkt_t | source_pkt_id |
| uwrange_node_t | source_node_id |
| uwrange_node_t | times_size_ |
| tdoa_entry | times_ [MAX_NUM_NODES] |
Static Public Attributes | |
| static int | offset_ = 0 |
Header of the token bus protocol
|
inlinestatic |
|
inline |
Returns the size of a ranging header with all the entries
References times_size_.
Referenced by UwRangingTDOA::calcOptEntries(), UwRangingTDOA::rangeTX(), and UwRangingTDOA::updateHoldoverTime().
|
inlinestatic |
Returns the size of a ranging header with a given number of entries
|
inlinestatic |
Returns a reference to the offset_ variable
References offset_.
|
inline |
|
static |
| uwrange_node_t hdr_ranging_tdoa::source_node_id |
| uwrange_pkt_t hdr_ranging_tdoa::source_pkt_id |
| tdoa_entry hdr_ranging_tdoa::times_[MAX_NUM_NODES] |
Number of entries in the packet. Array of entries to be sent
Referenced by packer_uwRangingTDOA::packMyHdr(), packer_uwRangingTDOA::printMyHdrFields(), and packer_uwRangingTDOA::unpackMyHdr().
| uwrange_node_t hdr_ranging_tdoa::times_size_ |