|
heat control
r71
|
#include <lcdisp.h>

Data Fields | |
| LCD_POS | pos |
| UCHAR | name |
| void * | value |
| DATTYPE | dt |
| DATTYPE MEASVAL::dt |
data type of contained value
Definition at line 75 of file lcdisp.h.
Referenced by PrintValue(), WriteSetupValue(), and WriteValue().
| UCHAR MEASVAL::name |
name of value to write / show
Definition at line 67 of file lcdisp.h.
Referenced by PrintValue(), and WriteMeasVal().
| LCD_POS MEASVAL::pos |
position where to put the string on LCD
Definition at line 63 of file lcdisp.h.
Referenced by PrintValue(), and WriteMeasVal().
| void* MEASVAL::value |
generic value to write
Definition at line 71 of file lcdisp.h.
Referenced by PrintValue(), WriteSetupValue(), and WriteValue().