28 std::atomic_bool m_keepAlive{
false};
31 bool m_userInDisabled{
false};
32 bool m_userInAutonomous{
false};
33 bool m_userInTeleop{
false};
34 bool m_userInTest{
false};
Definition: DriverStationModeThread.h:11
void InDisabled(bool entering)
DriverStationModeThread(DriverStationModeThread &&other)=delete
DriverStationModeThread & operator=(DriverStationModeThread &&other)=delete
DriverStationModeThread & operator=(const DriverStationModeThread &other)=delete
void InTest(bool entering)
DriverStationModeThread(const DriverStationModeThread &other)=delete
void InTeleop(bool entering)
DriverStationModeThread()
void InAutonomous(bool entering)
~DriverStationModeThread()
Definition: DriverStationModeThread.h:10