WPILibC++ 2023.4.3-108-ge5452e3
|
#include "hal/Types.h"
Go to the source code of this file.
Classes | |
struct | HALSIM_NotifierInfo |
Functions | |
uint64_t | HALSIM_GetNextNotifierTimeout (void) |
int32_t | HALSIM_GetNumNotifiers (void) |
int32_t | HALSIM_GetNotifierInfo (struct HALSIM_NotifierInfo *arr, int32_t size) |
Gets detailed information about each notifier. More... | |
uint64_t HALSIM_GetNextNotifierTimeout | ( | void | ) |
int32_t HALSIM_GetNotifierInfo | ( | struct HALSIM_NotifierInfo * | arr, |
int32_t | size | ||
) |
Gets detailed information about each notifier.
arr | array of information to be filled |
size | size of arr |
int32_t HALSIM_GetNumNotifiers | ( | void | ) |