12#include "wpi/units/angle.hpp"
53 std::string m_deviceName;
55 static std::map<int, std::string> s_simDeviceMap;
56 static std::set<int> s_registeredDevices;
58 static void CheckDeviceAllocation(
int deviceNum);
A move-only C++ wrapper around a HAL simulator device handle.
Definition SimDevice.hpp:278
C++ wrapper around a HAL simulator double value handle.
Definition SimDevice.hpp:169
XRPServo(int deviceNum)
Constructs an XRPServo.
wpi::units::radian_t GetAngle() const
Get the servo angle.
void SetAngle(wpi::units::radian_t angle)
Set the servo angle.
Definition XRPOnBoardIO.hpp:13