Arduino Tinker Library
 All Classes Functions Variables
Public Member Functions | List of all members
Tinker::AbstractLog Class Referenceabstract

Abstract interface for any logger. More...

#include <AbstractLog.h>

Inheritance diagram for Tinker::AbstractLog:
Tinker::LiquidCrystalLog Tinker::SerialLog

Public Member Functions

virtual void endline ()=0
 Endline.
 
virtual void display (char *str)=0
 Display a character array.
 
virtual void display (byte v)=0
 Display a byte value.
 
virtual void display (float v)=0
 Display a float value.
 
virtual void display (double v)=0
 Display a double value.
 
virtual void display (int v)=0
 Display an integer value.
 
virtual void display (unsigned int v)=0
 Display an unsigned int value.
 
virtual void display (unsigned long v)=0
 Display an unsigned long value.
 
virtual void clear ()=0
 Clear the logger.
 

Detailed Description

Abstract interface for any logger.

Every object that should act as a logger must inherit from this class.

Author
Nicola Pezzotti

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