|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <float.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | SimpleAnalyzer |
| SimpleAnalyzer. More... | |
Functions | |
| void | convert_limit_safe (float in, uint16_t &out) |
| void | convert_limit_safe (float in, int16_t &out) |
Definition in file mavlink_simple_analyzer.h.
| void convert_limit_safe | ( | float | in, |
| uint16_t & | out | ||
| ) |
Definition at line 150 of file mavlink_simple_analyzer.cpp.
Referenced by MavlinkStreamHighLatency2::write_fw_ctrl_status(), MavlinkStreamHighLatency2::write_global_position(), and MavlinkStreamHighLatency2::write_tecs_status().
| void convert_limit_safe | ( | float | in, |
| int16_t & | out | ||
| ) |
Definition at line 163 of file mavlink_simple_analyzer.cpp.