mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpilib] LiveWindow: Add enableAllTelemetry() (#4480)
This commit is contained in:
@@ -51,6 +51,11 @@ class LiveWindow final {
|
||||
*/
|
||||
static void DisableAllTelemetry();
|
||||
|
||||
/**
|
||||
* Enable ALL telemetry.
|
||||
*/
|
||||
static void EnableAllTelemetry();
|
||||
|
||||
static bool IsEnabled();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user