DESERT 4.0.0
uwtokenbus_hdr.h File Reference

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

Go to the source code of this file.

Classes

struct  hdr_tokenbus
 

Typedefs

typedef uint_least16_t tokenid_t
 
typedef struct hdr_tokenbus hdr_tokenbus
 

Variables

constexpr size_t TOKENIDMAX = std::numeric_limits<tokenid_t>::max()
 
packet_t PT_UWTOKENBUS
 

Detailed Description

Common structures and variables in the protocol.

Author
Antonio Montanari
Version
1.0.0

Typedef Documentation

◆ hdr_tokenbus

typedef struct hdr_tokenbus hdr_tokenbus

Header of the token bus protocol

◆ tokenid_t

typedef uint_least16_t tokenid_t

set here the size of the tokenid counter

Variable Documentation

◆ PT_UWTOKENBUS

packet_t PT_UWTOKENBUS
extern

◆ TOKENIDMAX

constexpr size_t TOKENIDMAX = std::numeric_limits<tokenid_t>::max()
constexpr