CTRE Phoenix C++ 5.33.1
|
Interface for followers. More...
#include <ctre/phoenix/motorcontrol/IFollower.h>
Public Member Functions | |
virtual | ~IFollower () |
virtual void | Follow (ctre::phoenix::motorcontrol::IMotorController &masterToFollow)=0 |
Set the control mode and output value so that this motor controller will follow another motor controller. More... | |
virtual void | ValueUpdated ()=0 |
When master makes a device, this routine is called to signal the update. More... | |
Interface for followers.
|
inlinevirtual |
|
pure virtual |
Set the control mode and output value so that this motor controller will follow another motor controller.
Currently supports following Victor SPX, Talon SRX, and Talon FX.
masterToFollow | Motor Controller object to follow. |
Implemented in ctre::phoenix::motorcontrol::can::BaseMotorController.
|
pure virtual |
When master makes a device, this routine is called to signal the update.
Implemented in ctre::phoenix::motorcontrol::can::BaseMotorController.