PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Classes | Namespaces | Macros | Variables
printer.h File Reference
#include <PropWare/PropWare.h>
#include <PropWare/hmi/output/printcapable.h>
#include <PropWare/utility/utility.h>
+ Include dependency graph for printer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PropWare::Printer
 Container class that has formatting methods for human-readable output. This class can be constructed and used for easy and efficient output via any communication protocol. More...
 
struct  PropWare::Printer::Format
 Passed into any of the Printer::print methods, this struct controls how aspects of numerical printing. More...
 

Namespaces

 PropWare
 Generic definitions and functions for the Parallax Propeller.
 

Macros

#define S_ISNAN(x)   (x != x)
 
#define S_ISINF(x)   (x != 0.0 && x + x == x)
 
#define isdigit(x)   ('0' <= x && x <= '9')
 

Variables

PropWare::Printer pwOut
 Most common use of printing in PropWare applications (not thread safe; see PropWare::pwSyncOut for multi-threaded printing)
 

Detailed Description

Author
David Zemon

Definition in file printer.h.