|
DESERT 4.0.0
|
#include <uwranging_tdma_hdr.h>

Public Member Functions | |
| slotid_t & | slotId () |
| std::vector< uwrange_time_t > & | times () |
| size_t | getSize () const |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_ranging_tdma * | access (const Packet *p) |
Public Attributes | |
| slotid_t | slotid_ |
| std::vector< uwrange_time_t > | times_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Header of the token bus protocol
|
inlinestatic |
|
inline |
Returns the size of this header
References times_.
Referenced by UwRangingTDMA::sendRange().
|
inlinestatic |
Returns a reference to the offset_ variable
References offset_.
|
inline |
Returns a reference to the nodeid_ variable
References slotid_.
Referenced by UwRangingTDMA::Phy2MacEndRx(), and UwRangingTDMA::sendRange().
|
inline |
Returns a reference to the travel times array
References times_.
Referenced by UwRangingTDMA::Phy2MacEndRx(), and UwRangingTDMA::sendRange().
|
static |
| std::vector<uwrange_time_t> hdr_ranging_tdma::times_ |