DESERT 3.5.1
|
#include <cstdint>
#include <packet.h>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
struct | hdr_ranging_tdma |
Macros | |
#define | HDR_RANGING_TDMA(p) (hdr_ranging_tdma::access(p)) |
Typedefs | |
typedef uint_least16_t | slotid_t |
typedef float | uwrange_time_t |
typedef struct hdr_ranging_tdma | hdr_ranging_tdma |
Variables | |
constexpr size_t | SLOTIDMAX_HDR = std::numeric_limits<slotid_t>::max() |
packet_t | PT_UWRANGING_TDMA |
Common structures and variables in the protocol.
Definition in file uwranging_tdma_hdr.h.
#define HDR_RANGING_TDMA | ( | p | ) | (hdr_ranging_tdma::access(p)) |
alias defined to access the hdr_ranging_tdma HEADER
Definition at line 114 of file uwranging_tdma_hdr.h.
typedef struct hdr_ranging_tdma hdr_ranging_tdma |
Header of the token bus protocol.
typedef uint_least16_t slotid_t |
set here the size of the slotid
Definition at line 49 of file uwranging_tdma_hdr.h.
typedef float uwrange_time_t |
set here the size and precision of the time measures (uint16/half/float...)
Definition at line 53 of file uwranging_tdma_hdr.h.
|
extern |
Definition at line 42 of file DESERT_Framework/DESERT/ranging/uwranging_tdma/initlib.cpp.
|
constexpr |
Definition at line 50 of file uwranging_tdma_hdr.h.