![]() |
WPILibC++ 2027.0.0-alpha-5
|
Provides access to Driver Station functionality. More...
#include <wpi/driverstation/DriverStation.hpp>
Public Member Functions | |
| DriverStation ()=delete | |
Static Public Member Functions | |
| static void | StartDataLog (wpi::log::DataLog &log) |
| Starts logging DriverStation data to data log, including joystick data. | |
| static void | StartDataLog (wpi::log::DataLog &log, bool logJoysticks) |
| Starts logging DriverStation data to data log. | |
| static void | ProvideRefreshedDataEventHandle (WPI_EventHandle handle) |
| Registers the given handle for DS data refresh notifications. | |
| static void | RemoveRefreshedDataEventHandle (WPI_EventHandle handle) |
| Unregisters the given handle from DS data refresh notifications. | |
Provides access to Driver Station functionality.
|
delete |
|
inlinestatic |
Registers the given handle for DS data refresh notifications.
| handle | The event handle. |
|
inlinestatic |
Unregisters the given handle from DS data refresh notifications.
| handle | The event handle. |
|
inlinestatic |
Starts logging DriverStation data to data log, including joystick data.
Repeated calls are ignored.
| log | data log |
|
inlinestatic |
Starts logging DriverStation data to data log.
Repeated calls are ignored.
| log | data log |
| logJoysticks | if true, log joystick data |