WPILibC++ 2024.3.2
frc::internal::DriverStationModeThread Class Reference

For internal use only. More...

#include <frc/internal/DriverStationModeThread.h>

Public Member Functions

 DriverStationModeThread ()
 For internal use only. More...
 
 ~DriverStationModeThread ()
 
 DriverStationModeThread (const DriverStationModeThread &other)=delete
 
 DriverStationModeThread (DriverStationModeThread &&other)=delete
 
DriverStationModeThreadoperator= (const DriverStationModeThread &other)=delete
 
DriverStationModeThreadoperator= (DriverStationModeThread &&other)=delete
 
void InDisabled (bool entering)
 Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only. More...
 
void InAutonomous (bool entering)
 Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only. More...
 
void InTeleop (bool entering)
 Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only. More...
 
void InTest (bool entering)
 Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only. More...
 

Detailed Description

For internal use only.

Constructor & Destructor Documentation

◆ DriverStationModeThread() [1/3]

frc::internal::DriverStationModeThread::DriverStationModeThread ( )

For internal use only.

◆ ~DriverStationModeThread()

frc::internal::DriverStationModeThread::~DriverStationModeThread ( )

◆ DriverStationModeThread() [2/3]

frc::internal::DriverStationModeThread::DriverStationModeThread ( const DriverStationModeThread other)
delete

◆ DriverStationModeThread() [3/3]

frc::internal::DriverStationModeThread::DriverStationModeThread ( DriverStationModeThread &&  other)
delete

Member Function Documentation

◆ 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
enteringIf 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
enteringIf 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
enteringIf 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
enteringIf true, starting test code; if false, leaving test code

◆ operator=() [1/2]

DriverStationModeThread & frc::internal::DriverStationModeThread::operator= ( const DriverStationModeThread other)
delete

◆ operator=() [2/2]

DriverStationModeThread & frc::internal::DriverStationModeThread::operator= ( DriverStationModeThread &&  other)
delete

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