WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
DashboardOpMode.hpp
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7#include <span>
8
10
11namespace wpi::hal {
12
14void SetDashboardOpModeOptions(std::span<const HAL_OpModeOption> options);
18
19} // namespace wpi::hal
HAL_RobotMode
Definition DriverStationTypes.h:55
WPILib Hardware Abstraction Layer (HAL) namespace.
Definition Types.hpp:9
void SetDashboardOpModeOptions(std::span< const HAL_OpModeOption > options)
void StartDashboardOpMode()
void EnableDashboardOpMode()
void InitializeDashboardOpMode()
int64_t GetDashboardSelectedOpMode(HAL_RobotMode robotMode)