#include <tProbe.h>
Inheritance diagram for tProbe:
Public Member Functions | |
tProbe (const unsigned int id, const double temp, const double humidity, const unsigned int box, const std::string &location) | |
tProbe () | |
virtual | ~tProbe () |
unsigned int | id () const |
double | T () const |
double | humidity () const |
unsigned | box () const |
std::string | location () const |
void | stream (CSVParser &parser) |
Private Attributes | |
unsigned int | m_id |
double | m_T |
double | m_humidity |
unsigned int | m_box |
std::string | m_location |
|
constructer
|
|
constructer |
|
destructer |
|
|
|
|
|
|
|
|
|
streamer Implements SObject. |
|
|
|
|
|
|
|
|
|
|
|
|