cgnuino
Public Member Functions | List of all members
CgnData Class Reference

Stores trial information and print it to the Serial. More...

#include <cgnuino.h>

Public Member Functions

 CgnData (char=9)
 Constructor. More...
 
void append (String)
 Appends a new text to output buffer. More...
 
void out ()
 Emits buffered text to serial output.
 
void clear ()
 Clears existing output buffer.
 

Detailed Description

Stores trial information and print it to the Serial.

Constructor & Destructor Documentation

CgnData::CgnData ( char  s = 9)

Constructor.

Parameters
sSeparator for serial outputs (by default \t).

Member Function Documentation

void CgnData::append ( String  s)

Appends a new text to output buffer.

Parameters
sAppended text.

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