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

#include <setup.h>

Data Fields

UCHAR name [4]
 
UINT min
 
UINT max
 
UINT value
 
DATTYPE type
 
UCHAR group
 

Detailed Description

definition of a setup item

Definition at line 47 of file setup.h.

Field Documentation

UCHAR SETUP_ITEM::group

page number on screen position on screen group name to which this item belongs to

Definition at line 79 of file setup.h.

Referenced by DoSetup().

UINT SETUP_ITEM::max

upper limit of payload value

Definition at line 59 of file setup.h.

Referenced by DoSetup().

UINT SETUP_ITEM::min

lower limit of payload value

Definition at line 55 of file setup.h.

Referenced by DoSetup().

UCHAR SETUP_ITEM::name[4]

name

Definition at line 51 of file setup.h.

Referenced by WriteSetupValue().

DATTYPE SETUP_ITEM::type

value type

Definition at line 67 of file setup.h.

Referenced by DoSetup(), and WriteSetupValue().

UINT SETUP_ITEM::value

payload value

Definition at line 63 of file setup.h.

Referenced by GetSetupValues(), PrintPage(), SetSetupValues(), and WriteSetupValue().


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