mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[hal,wpilib] Update documentation for getComments (NFC) (#4879)
This commit is contained in:
@@ -54,6 +54,10 @@ class RobotController {
|
||||
/**
|
||||
* Return the comments from the roboRIO web interface.
|
||||
*
|
||||
* The comments string is cached after the first call to this function on the
|
||||
* RoboRIO - restart the robot code to reload the comments string after
|
||||
* changing it in the web interface.
|
||||
*
|
||||
* @return The comments from the roboRIO web interface.
|
||||
*/
|
||||
static std::string GetComments();
|
||||
|
||||
Reference in New Issue
Block a user