|
Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
driver for the TFMini lidar More...
Include dependency graph for tfmini.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | TFMini |
Functions | |
| void | tfmini_init (void) |
| Initialization function. More... | |
| void | tfmini_event (void) |
| Lidar event function Receive bytes from the UART port and parse them. More... | |
| void | tfmini_downlink (void) |
Variables | |
| struct TFMini | tfmini |
| struct TFMini |
| enum TFMiniParseStatus |
| void tfmini_downlink | ( | void | ) |
| void tfmini_event | ( | void | ) |
Lidar event function Receive bytes from the UART port and parse them.
Definition at line 83 of file tfmini.c.
References TFMini::device, TFMini::parse_status, TFMINI_INITIALIZE, and tfmini_parse().
Here is the call graph for this function:| void tfmini_init | ( | void | ) |
Initialization function.
Definition at line 63 of file tfmini.c.
References TFMini::compensate_rotation, DefaultPeriodic, TFMini::device, TFMini::distance, TFMini::parse_status, register_periodic_telemetry(), TFMini::strength, TFMINI_PARSE_HEAD, tfmini_send_lidar(), and TFMini::update_agl.
Here is the call graph for this function: