1 #ifndef CARMA_UI_RTD_CELLTOL_H
2 #define CARMA_UI_RTD_CELLTOL_H
4 #include "carma/ui/rtd/common/RtDisplay.h"
38 CellFloatTol(
const char* fmt,
int rod,
const float& data,
const float& tol);
44 const float& tolerance;
74 CellDbleTol(
const char* fmt,
int rod,
const double& data,
const double& tol);
80 const double& tolerance;
CellDbleTol(const char *fmt, int rod, const char *legit, const double &data, const double &tol)
Constructor.
A Cell with a double for data and dynamic absolute tolerances.
CellFloatTol(const char *fmt, int rod, const char *legit, const float &data, const float &tol)
Constructor.
const int rod
Number of characters to right of the decimal point.
const char * legit
Deprecated...
const int rod
Number of characters to right of the decimal point.
const float & data
Reference to the data.
virtual void updateColor()
Update the background color.
const double & data
Reference to the data.
A Cell that displays the contents of a double.
A Cell that displays the contents of a float.
A Cell with a double for data and dynamic absolute tolerances.
virtual void updateColor()
Update the background color.