WPILibC++ 2024.3.2
RobotBase.h File Reference
#include <chrono>
#include <thread>
#include <hal/DriverStation.h>
#include <hal/HALBase.h>
#include <hal/Main.h>
#include <wpi/condition_variable.h>
#include <wpi/mutex.h>
#include "frc/Errors.h"
#include "frc/RuntimeType.h"

Go to the source code of this file.

Classes

class  frc::RobotBase
 Implement a Robot Program framework. More...
 

Namespaces

namespace  frc
 
namespace  frc::impl
 

Functions

int frc::RunHALInitialization ()
 
void frc::impl::ResetMotorSafety ()
 
template<class Robot >
void frc::impl::RunRobot (wpi::mutex &m, Robot **robot)
 
template<class Robot >
int frc::StartRobot ()