PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
printer.cpp
1 
28 
29 const PropWare::Printer::Format PropWare::Printer::DEFAULT_FORMAT;
30 
31 #ifndef __PROPELLER_COG__
32 PropWare::UARTTX _g_uarttx;
33 PropWare::Printer pwOut(_g_uarttx);
34 #endif
printer.h
uarttx.h
PropWare::UARTTX
Definition: uarttx.h:38
pwOut
PropWare::Printer pwOut
Most common use of printing in PropWare applications (not thread safe; see PropWare::pwSyncOut for mu...
PropWare::Printer
Container class that has formatting methods for human-readable output. This class can be constructed ...
Definition: printer.h:76
PropWare::Printer::Format
Passed into any of the Printer::print methods, this struct controls how aspects of numerical printing...
Definition: printer.h:87