65 std::atomic_bool m_keepAlive{
false};
68 bool m_userInDisabled{
false};
69 bool m_userInAutonomous{
false};
70 bool m_userInTeleop{
false};
71 bool m_userInTest{
false};
For internal use only.
Definition: DriverStationModeThread.h:14
void InDisabled(bool entering)
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purpose...
DriverStationModeThread(DriverStationModeThread &&other)=delete
DriverStationModeThread & operator=(DriverStationModeThread &&other)=delete
DriverStationModeThread & operator=(const DriverStationModeThread &other)=delete
void InTest(bool entering)
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purpose...
DriverStationModeThread(const DriverStationModeThread &other)=delete
void InTeleop(bool entering)
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purpose...
DriverStationModeThread()
For internal use only.
void InAutonomous(bool entering)
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purpose...
~DriverStationModeThread()
Definition: DriverStationModeThread.h:10