modm API documentation
modm::log::StyleWrapper< STYLE > Class Template Reference

Wrapper to use the Style as a IODevice in the Logger. More...

#include <modm/debug/logger/style_wrapper.hpp>

Inheritance diagram for modm::log::StyleWrapper< STYLE >:
modm::IODevice

Public Member Functions

 StyleWrapper (STYLE inStyle)
 
virtual void write (char c)
 Write a single character.
 
virtual void write (const char *str)
 Write a C-string.
 
virtual void flush ()
 
virtual bool read (char &)
 Read a single character.
 

Detailed Description

template<typename STYLE>
class modm::log::StyleWrapper< STYLE >

Wrapper to use the Style as a IODevice in the Logger.

Author
Martin Rosekeit martin.rosekeit@rwth-aachen.de

The documentation for this class was generated from the following file: