|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Mini printf-like functionality. More...
#include <stdarg.h>#include <ch.h>#include <hal.h>
Include dependency graph for printf.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | CHPRINTF_USE_FLOAT TRUE |
| Float type support. More... | |
Functions | |
| void | directchprintf (BaseSequentialStream *chp, const char *fmt,...) |
| void | directchvprintf (BaseSequentialStream *chp, const char *fmt, va_list ap) |
| void | chvsnprintf (char *buffer, size_t size, const char *fmt, va_list ap) |
| void | chsnprintf (char *buffer, size_t size, const char *fmt,...) |
| void | chprintf (BaseSequentialStream *lchp, const char *fmt,...) |
| void | chvprintf (BaseSequentialStream *lchp, const char *fmt, va_list ap) |
| void | smchsnprintf (char *buffer, size_t size, const char *fmt,...) |
| void | smchvsnprintf (char *buffer, size_t size, const char *fmt, va_list ap) |
Mini printf-like functionality.
Definition in file printf.h.