TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Logger Class Reference

#include <serialLogger.h>

Public Member Functions

void setDelay (int ms)
 
int getDelay ()
 
void log (string item, int value)
 
void log (string item, double value)
 
void log (string item)
 
void tick ()
 
void loggerThread ()
 

Member Function Documentation

◆ getDelay()

int Logger::getDelay ( )
inline

◆ log() [1/3]

void Logger::log ( string  item)
inline

◆ log() [2/3]

void Logger::log ( string  item,
double  value 
)
inline

◆ log() [3/3]

void Logger::log ( string  item,
int  value 
)
inline

◆ loggerThread()

void Logger::loggerThread ( )
inline

◆ setDelay()

void Logger::setDelay ( int  ms)
inline

◆ tick()

void Logger::tick ( )
inline

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