For internal use only.
More...
#include <frc/internal/DriverStationModeThread.h>
◆ DriverStationModeThread() [1/3]
| frc::internal::DriverStationModeThread::DriverStationModeThread |
( |
| ) |
|
◆ ~DriverStationModeThread()
| frc::internal::DriverStationModeThread::~DriverStationModeThread |
( |
| ) |
|
◆ DriverStationModeThread() [2/3]
◆ DriverStationModeThread() [3/3]
◆ InAutonomous()
| void frc::internal::DriverStationModeThread::InAutonomous |
( |
bool | entering | ) |
|
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only.
- Parameters
-
| entering | If true, starting autonomous code; if false, leaving autonomous code |
◆ InDisabled()
| void frc::internal::DriverStationModeThread::InDisabled |
( |
bool | entering | ) |
|
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only.
- Parameters
-
| entering | If true, starting disabled code; if false, leaving disabled code |
◆ InTeleop()
| void frc::internal::DriverStationModeThread::InTeleop |
( |
bool | entering | ) |
|
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only.
- Parameters
-
| entering | If true, starting teleop code; if false, leaving teleop code |
◆ InTest()
| void frc::internal::DriverStationModeThread::InTest |
( |
bool | entering | ) |
|
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only.
- Parameters
-
| entering | If true, starting test code; if false, leaving test code |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: