mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Update docs for C++ (fixes artf3761 and artf3953)
Change-Id: Ic0c4ac8494cadff13461d9bb8b5943cd87619f0a
This commit is contained in:
@@ -123,6 +123,8 @@ bool RobotBase::IsTest()
|
||||
/**
|
||||
* This hook is called right before startCompetition(). By default, tell the DS that the robot is now ready to
|
||||
* be enabled. If you don't want for the robot to be enabled yet, you can override this method to do nothing.
|
||||
* If you do so, you will need to call HALNetworkCommunicationObserveUserProgramStarting() from your code when
|
||||
* you are ready for the robot to be enabled.
|
||||
*/
|
||||
void RobotBase::Prestart()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user