|
APM:Libraries
|
#include "ftoa_engine.h"#include <stdint.h>#include <AP_Common/AP_Common.h>#include <AP_HAL/AP_HAL.h>Go to the source code of this file.
Functions | |
| int16_t | ftoa_engine (float val, char *buf, uint8_t precision, uint8_t maxDecimals) |
Variables | |
| static const int8_t | exponentTable [32] |
| static const uint32_t | factorTable [32] |
| int16_t ftoa_engine | ( | float | val, |
| char * | buf, | ||
| uint8_t | precision, | ||
| uint8_t | maxDecimals | ||
| ) |
Definition at line 88 of file ftoa_engine.cpp.
Referenced by print_vprintf().
|
static |
Definition at line 46 of file ftoa_engine.cpp.
Referenced by ftoa_engine().
|
static |
Definition at line 53 of file ftoa_engine.cpp.
Referenced by ftoa_engine().
1.8.13