My Project
Loading...
Searching...
No Matches
Data Structures | Variables
cf_switches.h File Reference

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

Detailed Description

header to cf_switches.cc.

Definition in file cf_switches.h.

Variable Documentation

◆ cf_glob_switches

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.

◆ CFSwitchesMax

const int CFSwitchesMax = 15

const int CFSwitchesMax

const CFSwitchesMax - maximum number of switches.

Definition at line 22 of file cf_switches.h.