mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Update setUpdateRate() documentation to match implementation.
Update rates as fast as 10 ms are now allowed. Fixes #184.
This commit is contained in:
@@ -123,7 +123,7 @@ class NetworkTable : public ITable {
|
||||
/**
|
||||
* Set the periodic update rate.
|
||||
*
|
||||
* @param interval update interval in seconds (range 0.1 to 1.0)
|
||||
* @param interval update interval in seconds (range 0.01 to 1.0)
|
||||
*/
|
||||
static void SetUpdateRate(double interval);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user