CTRE Phoenix C++ 5.33.1
ctre::phoenix::motorcontrol::FeedbackDeviceRoutines Class Reference

Class to handle feedback device routines. More...

#include <ctre/phoenix/motorcontrol/FeedbackDevice.h>

Static Public Member Functions

static std::string toString (FeedbackDevice value)
 Gets the string representation of selected feedback device. More...
 
static std::string toString (TalonSRXFeedbackDevice value)
 Gets the string representation of selected feedback device. More...
 
static std::string toString (TalonFXFeedbackDevice value)
 Gets the string representation of selected feedback device. More...
 
static std::string toString (RemoteFeedbackDevice value)
 Gets the string representation of selected remote feedback device. More...
 

Detailed Description

Class to handle feedback device routines.

Member Function Documentation

◆ toString() [1/4]

static std::string ctre::phoenix::motorcontrol::FeedbackDeviceRoutines::toString ( FeedbackDevice  value)
inlinestatic

Gets the string representation of selected feedback device.

Parameters
valuefeedback device to get string representation of
Returns
String representation of selected feedback device

◆ toString() [2/4]

static std::string ctre::phoenix::motorcontrol::FeedbackDeviceRoutines::toString ( RemoteFeedbackDevice  value)
inlinestatic

Gets the string representation of selected remote feedback device.

Parameters
valueremote feedback device to get string representation of
Returns
String representation of selected remote feedback device

◆ toString() [3/4]

static std::string ctre::phoenix::motorcontrol::FeedbackDeviceRoutines::toString ( TalonFXFeedbackDevice  value)
inlinestatic

Gets the string representation of selected feedback device.

Parameters
valuefeedback device to get string representation of
Returns
String representation of selected feedback device

◆ toString() [4/4]

static std::string ctre::phoenix::motorcontrol::FeedbackDeviceRoutines::toString ( TalonSRXFeedbackDevice  value)
inlinestatic

Gets the string representation of selected feedback device.

Parameters
valuefeedback device to get string representation of
Returns
String representation of selected feedback device

The documentation for this class was generated from the following file: