9namespace motorcontrol {
32 static std::vector<IMotorController*> _mcs;
Group of motor controllers.
Definition GroupMotorControllers.h:14
static size_t MotorControllerCount()
static void Register(IMotorController *motorController)
Add motor controller to the group.
static IMotorController * Get(int idx)
Interface for motor controllers.
Definition IMotorController.h:35
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4