|
RCKit
|
Setter object that inverts its value. More...
#include <Inverter.h>


Public Member Functions | |
| virtual void | input (int value) |
Public Member Functions inherited from Setter | |
| Setter () | |
| Constructor. More... | |
| Setter (Setter *target) | |
| Constructor with setting the target. | |
| virtual void | setTarget (Setter *target) |
| virtual void | failsafe () |
| void | setFailsafeValue (int failsafeValue) |
| Sets the failsafeValue. | |
| int | failsafeValue () |
Additional Inherited Members | |
Protected Attributes inherited from Setter | |
| Setter * | _target |
| This is the instance of Setter that will be given the transfotmed output value. | |
| int | _failsafeValue |
Setter object that inverts its value.
Inverter inverts its input value and passes it the resulting value to the next Setter (the target) in the chain.
|
virtual |
Input the value to be inverted
| [in] | value | The input value |
Reimplemented from Setter.
References Setter::input().
1.8.17