Constant class public functions
- Constant(sampleType aValue = 0);
- Sets the value of the constant object to aValue.
- ~Constant();
- Does nothing.
- void action(void);
- Does nothing.
- sampleType output(void);
- Returns the constant value.
- void printState(void);
- Prints the constant value to standard error.
- void setValue(sampleType aValue);
- Sets the constant value.