Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Mini printf-like functionality. More...
#include <stdarg.h>
#include <ch.h>
#include <hal.h>
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.