10 #include <wpi/StringRef.h>
12 #include "frc/shuffleboard/RecordingController.h"
13 #include "frc/shuffleboard/ShuffleboardEventImportance.h"
14 #include "frc/shuffleboard/ShuffleboardInstance.h"
18 class ShuffleboardTab;
170 ShuffleboardEventImportance importance);
184 ShuffleboardEventImportance importance);
198 #include "frc/shuffleboard/ShuffleboardTab.h"
Definition: RecordingController.h:23
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
static void ClearRecordingFileNameFormat()
Clears the custom name format for recording files.
static void SelectTab(int index)
Selects the tab in the dashboard with the given index in the range [0..n-1], where n is the number of...
Definition: ShuffleboardInstance.h:18
static void SetRecordingFileNameFormat(wpi::StringRef format)
Sets the file name format for new recording files to use.
static void StopRecording()
Stops data recording on the dashboard.
The Shuffleboard class provides a mechanism with which data can be added and laid out in the Shuffleb...
Definition: Shuffleboard.h:60
static void Update()
Updates all the values in Shuffleboard.
static void StartRecording()
Starts data recording on the dashboard.
static void DisableActuatorWidgets()
Disables user control of widgets containing actuators.
static ShuffleboardTab & GetTab(wpi::StringRef title)
Gets the Shuffleboard tab with the given title, creating it if it does not already exist...
Represents a tab in the Shuffleboard dashboard.
Definition: ShuffleboardTab.h:29
static void EnableActuatorWidgets()
Enables user control of widgets containing actuators: speed controllers, relays, etc.
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
static constexpr const char * kBaseTableName
The name of the base NetworkTable into which all Shuffleboard data will be added. ...
Definition: Shuffleboard.h:66
static void AddEventMarker(wpi::StringRef name, wpi::StringRef description, ShuffleboardEventImportance importance)
Notifies Shuffleboard of an event.