CTRE Phoenix C++ 5.33.1
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | ctre |
namespace ctre | |
namespace | ctre::phoenix |
namespace phoenix | |
namespace | ctre::phoenix::motorcontrol |
namespace motorcontrol | |
Enumerations | |
enum class | ctre::phoenix::motorcontrol::InvertType { ctre::phoenix::motorcontrol::None = 0 , ctre::phoenix::motorcontrol::InvertMotorOutput = 1 , ctre::phoenix::motorcontrol::FollowMaster = 2 , ctre::phoenix::motorcontrol::OpposeMaster = 3 } |
Choose the invert type of the motor controller. More... | |
enum class | ctre::phoenix::motorcontrol::TalonFXInvertType { ctre::phoenix::motorcontrol::CounterClockwise = 0 , ctre::phoenix::motorcontrol::Clockwise = 1 , ctre::phoenix::motorcontrol::FollowMaster = 2 , ctre::phoenix::motorcontrol::OpposeMaster = 3 } |
Choose the invert type for a Talon FX based integrated motor controller. More... | |