24 enum Type { UNDEF=0, MCFLAG=1, MCWORD=2, MCFLOAT=4 };
int gain
the gain associated with an entry.
Definition: inireader.h:29
char unit
the physical unit associated with an entry.
Definition: inireader.h:30
DWORD address
the address associated with an entry.
Definition: inireader.h:27
float max
hard maximum value for SET parameter.
Definition: inireader.h:33
Type type
the data type of an entry
Definition: inireader.h:28
float min
hard minimum value for SET parameter.
Definition: inireader.h:32
bool writable
true for SET type, false for GET type of parameter.
Definition: inireader.h:31
A class to represent an entry in Andrey Ermakov's ini file.
Definition: inireader.h:22