![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
generic helper class for ASCII output More...
#include <serial_io.h>


Public Member Functions | |
| ascii_string_writer (void) | |
| void | put (char c) |
| void | puts (char *c) |
| void | putf (float value) |
| const char * | get_content (void) |
Public Member Functions inherited from serial_output | |
| void | puti (int value, int base=10) |
| void | putx (int32_t value, uint8_t digits=8) |
| void | putf (float value) |
| virtual void | puts (const char *data) |
| void | newline (void) |
| void | blank (void) |
generic helper class for ASCII output
Definition at line 70 of file serial_io.h.
|
inline |
Definition at line 73 of file serial_io.h.
Definition at line 99 of file serial_io.h.
|
inlinevirtual |
Reimplemented from serial_output.
Definition at line 78 of file serial_io.h.
|
inline |
Definition at line 91 of file serial_io.h.
References ftoa().
|
inline |
Definition at line 85 of file serial_io.h.