heat control  r71
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MEASVAL Struct Reference

#include <lcdisp.h>

Collaboration diagram for MEASVAL:

Data Fields

LCD_POS pos
 
UCHAR name
 
void * value
 
DATTYPE dt
 

Detailed Description

definition of a measurement value to put on LCD

Definition at line 59 of file lcdisp.h.

Field Documentation

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().


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