|
DESERT 3.6.1
|
#include <cstdint>#include <packet.h>#include <limits>

Go to the source code of this file.
Classes | |
| struct | hdr_tokenbus |
Macros | |
| #define | HDR_TOKENBUS(p) (hdr_tokenbus::access(p)) |
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 |
| #define HDR_TOKENBUS | ( | p | ) | (hdr_tokenbus::access(p)) |
alias defined to access the TOKEN BUS HEADER
Definition at line 100 of file uwtokenbus_hdr.h.
| typedef struct hdr_tokenbus hdr_tokenbus |
Header of the token bus protocol.
| typedef uint_least16_t tokenid_t |
set here the size of the tokenid counter
Definition at line 47 of file uwtokenbus_hdr.h.
|
extern |
Definition at line 43 of file DESERT_Framework/DESERT/data_link/uwtokenbus/initlib.cpp.
|
constexpr |
Definition at line 48 of file uwtokenbus_hdr.h.