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


Public Member Functions | |
| virtual void | input (int value) |
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.
| void Inverter::input | ( | int | value | ) | [virtual] |
Input the value to be inverted
| [in] | value | The input value |
Reimplemented from Setter.
1.7.5.1