Modules§
Structs§
- Analog
Input - An analog input on the RoboRIO
- HalError
- HalMaybe
- Represents the result of a function call that could error,
but even if it does, the result is still usable.
Like
HalResult<T>
,HalMaybe<T>
must be used. - Power
Distribution Panel - An interface to the PDP for getting information about robot power.
- Robot
Base