My Project
|
header to cf_switches.cc. More...
Go to the source code of this file.
Data Structures | |
class | CFSwitches |
class CFSwitches More... | |
Variables | |
const int | CFSwitchesMax = 15 |
const int CFSwitchesMax More... | |
EXTERN_INST_VAR CFSwitches | cf_glob_switches |
CFSwitches cf_glob_switches;. More... | |
header to cf_switches.cc.
Definition in file cf_switches.h.
EXTERN_INST_VAR CFSwitches cf_glob_switches |
CFSwitches cf_glob_switches;.
cf_glob_switches - factory switches.
This is the only object of type CFSwitches in factory. It is used either directly in the low level algorithms or by the functions On(), Off(), isOn() defined in canonicalform.cc.
Definition at line 70 of file cf_switches.h.
const int CFSwitchesMax = 15 |
const int CFSwitchesMax
const CFSwitchesMax - maximum number of switches.
Definition at line 22 of file cf_switches.h.