WPILibC++ 2024.1.1-beta-4
frc::RobotState Class Reference

#include <frc/RobotState.h>

Public Member Functions

 RobotState ()=delete
 

Static Public Member Functions

static bool IsDisabled ()
 
static bool IsEnabled ()
 
static bool IsEStopped ()
 
static bool IsTeleop ()
 
static bool IsAutonomous ()
 
static bool IsTest ()
 

Constructor & Destructor Documentation

◆ RobotState()

frc::RobotState::RobotState ( )
delete

Member Function Documentation

◆ IsAutonomous()

static bool frc::RobotState::IsAutonomous ( )
static

◆ IsDisabled()

static bool frc::RobotState::IsDisabled ( )
static

◆ IsEnabled()

static bool frc::RobotState::IsEnabled ( )
static

◆ IsEStopped()

static bool frc::RobotState::IsEStopped ( )
static

◆ IsTeleop()

static bool frc::RobotState::IsTeleop ( )
static

◆ IsTest()

static bool frc::RobotState::IsTest ( )
static

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