PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "mavlink_simple_analyzer.h"
#include <float.h>
#include <px4_platform_common/log.h>
#include <px4_platform_common/defines.h>
Go to the source code of this file.
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.cpp.
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.