DESERT 4.0.0
uwranging_tdma_hdr.h File Reference

Common structures and variables in the protocol. More...

Go to the source code of this file.

Classes

struct  hdr_ranging_tdma
 

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
 

Detailed Description

Common structures and variables in the protocol.

Author
Antonio Montanari
Version
1.0.0

Typedef Documentation

◆ hdr_ranging_tdma

Header of the token bus protocol

◆ slotid_t

typedef uint_least16_t slotid_t

set here the size of the slotid

◆ uwrange_time_t

typedef float uwrange_time_t

set here the size and precision of the time measures (uint16/half/float...)

Variable Documentation

◆ PT_UWRANGING_TDMA

packet_t PT_UWRANGING_TDMA
extern

Referenced by Uwranging_tdma_Init().

◆ SLOTIDMAX_HDR

constexpr size_t SLOTIDMAX_HDR = std::numeric_limits<slotid_t>::max()
constexpr