WPILibC++ 2025.0.0-alpha-1-14-g3b6f38d
NotifierData.h File Reference
#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...
 

Function Documentation

◆ HALSIM_GetNextNotifierTimeout()

uint64_t HALSIM_GetNextNotifierTimeout ( void  )

◆ HALSIM_GetNotifierInfo()

int32_t HALSIM_GetNotifierInfo ( struct HALSIM_NotifierInfo arr,
int32_t  size 
)

Gets detailed information about each notifier.

Parameters
arrarray of information to be filled
sizesize of arr
Returns
Number of notifiers; note: may be larger than passed-in size

◆ HALSIM_GetNumNotifiers()

int32_t HALSIM_GetNumNotifiers ( void  )