PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <termios.h>
#include <drivers/drv_hrt.h>
#include <drivers/rangefinder/PX4Rangefinder.hpp>
#include <perf/perf_counter.h>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>
Go to the source code of this file.
Classes | |
class | CM8JL65 |
Variables | |
static constexpr uint32_t | CM8JL65_MEASURE_INTERVAL {50_ms} |
static constexpr unsigned char | START_FRAME_DIGIT1 {0xA5} |
static constexpr unsigned char | START_FRAME_DIGIT2 {0x5A} |
static constexpr uint8_t | DISTANCE_MSB_POS {2} |
Frame format definition 1B 1B 1B 1B 2B | 0xA5 | 0x5A | distance-MSB | distance-LSB | crc-16 |. More... | |
static constexpr uint8_t | DISTANCE_LSB_POS {3} |
static constexpr uint8_t | PARSER_BUF_LENGTH {4} |
|
static |
Definition at line 58 of file CM8JL65.hpp.
Referenced by CM8JL65::start().
|
static |
Definition at line 72 of file CM8JL65.hpp.
Referenced by CM8JL65::data_parser().
|
static |
Frame format definition 1B 1B 1B 1B 2B | 0xA5 | 0x5A | distance-MSB | distance-LSB | crc-16 |.
Frame data saved for CRC calculation
Definition at line 71 of file CM8JL65.hpp.
Referenced by CM8JL65::data_parser().
|
static |
Definition at line 73 of file CM8JL65.hpp.
|
static |
Definition at line 61 of file CM8JL65.hpp.
Referenced by CM8JL65::collect(), and CM8JL65::data_parser().
|
static |
Definition at line 62 of file CM8JL65.hpp.
Referenced by CM8JL65::data_parser().