DESERT 3.5.1
|
#include <packet.h>
#include <sys/types.h>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | tdoa_entry |
struct | hdr_ranging_tdoa |
Macros | |
#define | MAX_NUM_NODES 32 |
#define | HDR_RANGING_TDOA(p) |
Typedefs | |
typedef float | uwrange_time_t |
typedef uint8_t | uwrange_pkt_t |
typedef uint8_t | uwrange_node_t |
typedef struct tdoa_entry | tdoa_entry |
typedef struct hdr_ranging_tdoa | hdr_ranging_tdoa |
Variables | |
packet_t | PT_UWRANGING_TDOA |
Common structures and variables in the protocol.
Definition in file uwranging_tdoa_hdr.h.
#define HDR_RANGING_TDOA | ( | p | ) |
alias defined to access the hdr_ranging_tdoa HEADER
Definition at line 52 of file uwranging_tdoa_hdr.h.
#define MAX_NUM_NODES 32 |
Definition at line 47 of file uwranging_tdoa_hdr.h.
typedef struct hdr_ranging_tdoa hdr_ranging_tdoa |
Header of the token bus protocol.
typedef struct tdoa_entry tdoa_entry |
Define the struct of a single tdoa payload entry.
typedef uint8_t uwrange_node_t |
Number of bits to store a node id.
Definition at line 58 of file uwranging_tdoa_hdr.h.
typedef uint8_t uwrange_pkt_t |
Number of bits to store a packet id.
Definition at line 57 of file uwranging_tdoa_hdr.h.
typedef float uwrange_time_t |
Precision of the holdover times measurement.
Definition at line 56 of file uwranging_tdoa_hdr.h.
|
extern |
Definition at line 42 of file DESERT_Framework/DESERT/ranging/uwranging_tdoa/initlib.cpp.