mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilib] Add isTestEnabled and minor docs cleanup (#5172)
This commit is contained in:
@@ -210,6 +210,10 @@ bool RobotBase::IsTest() const {
|
||||
return DriverStation::IsTest();
|
||||
}
|
||||
|
||||
bool RobotBase::IsTestEnabled() const {
|
||||
return DriverStation::IsTestEnabled();
|
||||
}
|
||||
|
||||
std::thread::id RobotBase::GetThreadId() {
|
||||
return m_threadId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user