modm API documentation for STM32F756ZGY6
|
This style colours the given stream in the color given by the template argument. More...
#include <modm/debug/logger/style/std_colour.hpp>
Public Member Functions | |
StdColour (STYLE style) | |
StdColour (IODevice &device) | |
void | parseArg (int argc, char *argv) |
void | write (char c) |
Write one char to the sink. | |
void | write (const char *s) |
Write a string that terminates with '\0' to the sink. | |
void | flush () |
The message is complete and can be written/send/displayed. | |
![]() | |
Style (STYLE style) | |
Style (IODevice &device) | |
void | parseArg (int argc, char *argv) |
parse arguments that are given with the start of the program | |
void | write (char c) |
Write one char to the sink. | |
void | write (const char *s) |
Write a string that terminates with '\0' to the sink. | |
void | flush () |
The message is complete and can be written/send/displayed. | |
Additional Inherited Members | |
![]() | |
typedef STYLE | Type |
This style colours the given stream in the color given by the template argument.