82 static void UpdateValuesUnsafe();
The LiveWindow class is the public interface for putting sensors and actuators on the LiveWindow.
Definition: LiveWindow.h:19
static void DisableAllTelemetry()
Disable ALL telemetry.
static void SetEnabled(bool enabled)
Change the enabled status of LiveWindow.
static void EnableTelemetry(wpi::Sendable *component)
Enable telemetry for a single component.
static void UpdateValues()
Tell all the sensors to update (send) their values.
static void SetEnabledCallback(std::function< void()> func)
Set function to be called when LiveWindow is enabled.
static void DisableTelemetry(wpi::Sendable *component)
Disable telemetry for a single component.
static void SetDisabledCallback(std::function< void()> func)
Set function to be called when LiveWindow is disabled.
static void EnableAllTelemetry()
Enable ALL telemetry.
Interface for Sendable objects.
Definition: Sendable.h:16
Definition: AprilTagPoseEstimator.h:15
Definition: AprilTagFieldLayout.h:18