DESERT 3.5.1
|
Enumerations | |
enum class | Command { send , confirm , id , batvol , reset , agc , rxgain , txgain , range_delay , distance , packetstat , packetstatreset , syncstat , syncstatreset , sfdstat , sfdstatreset , allstat , allstatreset } |
Functions | |
struct | __attribute__ ((__packed__)) header_t |
Variables | |
std::map< ahoi::Command, uint8_t > | commands_id |
constexpr uint | AHOI_TYPE_ACK = ((1 << (8 * sizeof(uint8_t) - 1)) - 1) |
constexpr uint | AHOI_SERIAL_ACK = ((1 << (8 * sizeof(uint8_t))) - 1) |
constexpr uint | AHOI_ADDR_BCAST = ((1 << (8 * sizeof(uint8_t))) - 1) |
constexpr uint | PAYLOAD_MAXLEN = 128 |
constexpr uint | MAX_PKT_LEN = (sizeof(packet_t)) |
constexpr uint | HEADER_LEN = (sizeof(header_t)) |
constexpr uint | FOOTER_LEN = (sizeof(footer_t)) |
constexpr uint | MM_PAYLOAD_CRC_LEN = 2 |
constexpr uint | MM_HEADER_CRC_LEN = 1 |
constexpr uint | ACK_NONE = 0x00 |
constexpr uint | ACK_PLAIN = 0x01 |
constexpr uint | ACK_RANGING = 0x02 |
|
strong |
Enumerator | |
---|---|
send | |
confirm | |
id | |
batvol | |
reset | |
agc | |
rxgain | |
txgain | |
range_delay | |
distance | |
packetstat | |
packetstatreset | |
syncstat | |
syncstatreset | |
sfdstat | |
sfdstatreset | |
allstat | |
allstatreset |
Definition at line 39 of file ahoitypes.h.
struct ahoi::__attribute__ | ( | (__packed__) | ) |
Definition at line 68 of file ahoitypes.h.
|
constexpr |
Definition at line 104 of file ahoitypes.h.
|
constexpr |
Definition at line 105 of file ahoitypes.h.
|
constexpr |
Definition at line 106 of file ahoitypes.h.
|
constexpr |
Definition at line 65 of file ahoitypes.h.
|
constexpr |
Definition at line 64 of file ahoitypes.h.
|
constexpr |
Definition at line 63 of file ahoitypes.h.
|
extern |
Definition at line 47 of file uwinterpreterahoi.cpp.
|
constexpr |
Definition at line 98 of file ahoitypes.h.
|
constexpr |
Definition at line 97 of file ahoitypes.h.
|
constexpr |
Definition at line 96 of file ahoitypes.h.
|
constexpr |
Definition at line 101 of file ahoitypes.h.
|
constexpr |
Definition at line 100 of file ahoitypes.h.
|
constexpr |
Definition at line 68 of file ahoitypes.h.