10 #include <support/deprecated.h> 16 WPI_DEPRECATED(
"Use RobotController static class method")
18 WPI_DEPRECATED(
"Use RobotController static class method")
20 WPI_DEPRECATED(
"Use RobotController static class method")
22 WPI_DEPRECATED(
"Use RobotController static class method")
24 WPI_DEPRECATED(
"Use RobotController static class method")
26 WPI_DEPRECATED(
"Use RobotController static class method")
28 WPI_DEPRECATED(
"Use RobotController static class method")
30 WPI_DEPRECATED(
"Use RobotController static class method")
32 WPI_DEPRECATED(
"Use RobotController static class method")
34 WPI_DEPRECATED(
"Use RobotController static class method")
36 WPI_DEPRECATED(
"Use RobotController static class method")
38 WPI_DEPRECATED(
"Use RobotController static class method")
40 WPI_DEPRECATED(
"Use RobotController static class method")
42 WPI_DEPRECATED(
"Use RobotController static class method")
Definition: RobotController.cpp:14
static int GetFaultCount5V()
Get the count of the total current faults on the 5V rail since the controller has booted...
Definition: ControllerPower.cpp:146
static double GetCurrent3V3()
Get the current output of the 3.3V rail.
Definition: ControllerPower.cpp:172
static double GetInputCurrent()
Get the input current to the robot controller.
Definition: ControllerPower.cpp:38
static bool GetEnabled3V3()
Get the enabled state of the 3.3V rail.
Definition: ControllerPower.cpp:186
static double GetInputVoltage()
Get the input voltage to the robot controller.
Definition: ControllerPower.cpp:25
static bool GetEnabled6V()
Get the enabled state of the 6V rail.
Definition: ControllerPower.cpp:78
static double GetCurrent6V()
Get the current output of the 6V rail.
Definition: ControllerPower.cpp:64
static double GetCurrent5V()
Get the current output of the 5V rail.
Definition: ControllerPower.cpp:118
Definition: ControllerPower.h:14
static int GetFaultCount6V()
Get the count of the total current faults on the 6V rail since the controller has booted...
Definition: ControllerPower.cpp:92
static double GetVoltage6V()
Get the voltage of the 6V rail.
Definition: ControllerPower.cpp:51
static int GetFaultCount3V3()
Get the count of the total current faults on the 3.3V rail since the controller has booted...
Definition: ControllerPower.cpp:200
static double GetVoltage5V()
Get the voltage of the 5V rail.
Definition: ControllerPower.cpp:105
static bool GetEnabled5V()
Get the enabled state of the 5V rail.
Definition: ControllerPower.cpp:132
static double GetVoltage3V3()
Get the voltage of the 3.3V rail.
Definition: ControllerPower.cpp:159