bre20::LoggerKey Class Reference

List of all members.

Public Member Functions

 LoggerKey (String *label, bool tocsv, bool togrid)

Public Attributes

String * Label
 The label/key.
bool ToCsv
 True if this label is output to the csv file.
bool ToGrid
 True if this label is output to the grid for viewing.
String * Value
 the value that is written/displayed

Detailed Description

A label/key class for the datalogger system. This key will be read by the gui and file output methods. When you create a LoggerKey in a Rule, keep a reference to it!! If you are searching or recreating it, you will slow the logger down.


Constructor & Destructor Documentation

bre20::LoggerKey::LoggerKey String *  label,
bool  tocsv,
bool  togrid
 


Member Data Documentation

String* bre20::LoggerKey::Label
 

The label/key.

bool bre20::LoggerKey::ToCsv
 

True if this label is output to the csv file.

bool bre20::LoggerKey::ToGrid
 

True if this label is output to the grid for viewing.

String* bre20::LoggerKey::Value
 

the value that is written/displayed




BRE Documentation Home