WPILibC++ 2024.3.2
|
#include "hal/Types.h"
Go to the source code of this file.
Enumerations | |
enum | HAL_RadioLEDState : int32_t { HAL_RadioLED_kOff = 0 , HAL_RadioLED_kGreen = 1 , HAL_RadioLED_kRed = 2 , HAL_RadioLED_kOrange = 3 } |
Functions | |
void | HAL_SetRadioLEDState (HAL_RadioLEDState state, int32_t *status) |
Set the state of the "Radio" LED. More... | |
HAL_RadioLEDState | HAL_GetRadioLEDState (int32_t *status) |
Get the state of the "Radio" LED. More... | |
enum HAL_RadioLEDState : int32_t |
HAL_RadioLEDState HAL_GetRadioLEDState | ( | int32_t * | status | ) |
Get the state of the "Radio" LED.
[out] | status | the error code, or 0 for success |
void HAL_SetRadioLEDState | ( | HAL_RadioLEDState | state, |
int32_t * | status | ||
) |
Set the state of the "Radio" LED.
state | The state to set the LED to. | |
[out] | status | the error code, or 0 for success |