APM:Libraries
|
#include "AP_Beacon_Backend.h"
Go to the source code of this file.
Classes | |
class | AP_Beacon_Pozyx |
Macros | |
#define | AP_BEACON_POZYX_MSG_LEN_MAX 20 |
#define | AP_BEACON_POZYX_HEADER 0x01 |
#define | AP_BEACON_POZYX_MSGID_BEACON_CONFIG 0x02 |
#define | AP_BEACON_POZYX_MSGID_BEACON_DIST 0x03 |
#define | AP_BEACON_POZYX_MSGID_POSITION 0x04 |
#define | AP_BEACON_DISTANCE_MAX 200.0f |
#define AP_BEACON_DISTANCE_MAX 200.0f |
Definition at line 10 of file AP_Beacon_Pozyx.h.
Referenced by AP_Beacon_Pozyx::parse_buffer().
#define AP_BEACON_POZYX_HEADER 0x01 |
Definition at line 6 of file AP_Beacon_Pozyx.h.
Referenced by AP_Beacon_Pozyx::update().
#define AP_BEACON_POZYX_MSG_LEN_MAX 20 |
Definition at line 5 of file AP_Beacon_Pozyx.h.
Referenced by AP_Beacon_Pozyx::update().
#define AP_BEACON_POZYX_MSGID_BEACON_CONFIG 0x02 |
Definition at line 7 of file AP_Beacon_Pozyx.h.
Referenced by AP_Beacon_Pozyx::parse_buffer(), and AP_Beacon_Pozyx::update().
#define AP_BEACON_POZYX_MSGID_BEACON_DIST 0x03 |
Definition at line 8 of file AP_Beacon_Pozyx.h.
Referenced by AP_Beacon_Pozyx::parse_buffer(), and AP_Beacon_Pozyx::update().
#define AP_BEACON_POZYX_MSGID_POSITION 0x04 |
Definition at line 9 of file AP_Beacon_Pozyx.h.
Referenced by AP_Beacon_Pozyx::parse_buffer(), and AP_Beacon_Pozyx::update().