APM:Libraries
|
Go to the source code of this file.
Classes | |
class | AP_RangeFinder_LeddarOne |
Macros | |
#define | LEDDARONE_DEFAULT_ADDRESS 0x01 |
#define | LEDDARONE_MODOBUS_FUNCTION_CODE 0x04 |
#define | LEDDARONE_MODOBUS_FUNCTION_REGISTER_ADDRESS 20 |
#define | LEDDARONE_MODOBUS_FUNCTION_READ_NUMBER 10 |
#define | LEDDARONE_SERIAL_PORT_MAX 250 |
#define | LEDDARONE_READ_BUFFER_SIZE 25 |
#define | LEDDARONE_DETECTIONS_MAX 3 |
#define | LEDDARONE_DETECTION_DATA_NUMBER_INDEX 10 |
#define | LEDDARONE_DETECTION_DATA_INDEX_OFFSET 11 |
#define | LEDDARONE_DETECTION_DATA_OFFSET 4 |
#define LEDDARONE_DEFAULT_ADDRESS 0x01 |
Definition at line 7 of file AP_RangeFinder_LeddarOne.h.
#define LEDDARONE_DETECTION_DATA_INDEX_OFFSET 11 |
Definition at line 17 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::parse_response().
#define LEDDARONE_DETECTION_DATA_NUMBER_INDEX 10 |
Definition at line 16 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::parse_response().
#define LEDDARONE_DETECTION_DATA_OFFSET 4 |
Definition at line 18 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::parse_response().
#define LEDDARONE_DETECTIONS_MAX 3 |
Definition at line 15 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::parse_response().
#define LEDDARONE_MODOBUS_FUNCTION_CODE 0x04 |
Definition at line 8 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::parse_response().
#define LEDDARONE_MODOBUS_FUNCTION_READ_NUMBER 10 |
Definition at line 10 of file AP_RangeFinder_LeddarOne.h.
#define LEDDARONE_MODOBUS_FUNCTION_REGISTER_ADDRESS 20 |
Definition at line 9 of file AP_RangeFinder_LeddarOne.h.
#define LEDDARONE_READ_BUFFER_SIZE 25 |
Definition at line 13 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::parse_response().
#define LEDDARONE_SERIAL_PORT_MAX 250 |
Definition at line 12 of file AP_RangeFinder_LeddarOne.h.
Referenced by AP_RangeFinder_LeddarOne::get_reading().
Enumerator | |
---|---|
LEDDARONE_MODBUS_STATE_INIT | |
LEDDARONE_MODBUS_STATE_PRE_SEND_REQUEST | |
LEDDARONE_MODBUS_STATE_SENT_REQUEST | |
LEDDARONE_MODBUS_STATE_AVAILABLE |
Definition at line 33 of file AP_RangeFinder_LeddarOne.h.
enum LeddarOne_Status |
Definition at line 21 of file AP_RangeFinder_LeddarOne.h.