#include <DifferentialSetter.h>
Public Member Functions | |
DifferentialLRSetter (DifferentialSetter *target) | |
virtual void | input (int value) |
Looks like a conventional; setter, but sets the B input of a DifferentialSetter This is for setting the left-right inputs into a DifferentialSetter
DifferentialLRSetter::DifferentialLRSetter | ( | DifferentialSetter * | target | ) |
target | The DifferentialSetter whose inputB is to be set by this Setter |
void DifferentialLRSetter::input | ( | int | value | ) | [virtual] |
value | The left/right value (inputB) to set in the target DifferentialSetter |
Reimplemented from Setter.
References Setter::_target.