mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Delete RobotState and SensorUtil constructors (#1847)
This commit is contained in:
@@ -13,6 +13,8 @@ namespace frc {
|
||||
|
||||
class RobotState {
|
||||
public:
|
||||
RobotState() = delete;
|
||||
|
||||
static bool IsDisabled();
|
||||
static bool IsEnabled();
|
||||
static bool IsEStopped();
|
||||
|
||||
Reference in New Issue
Block a user