mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Switches DS to use Occur callback rather than internal netcomm semaphore (#510)
Allows us to control multithreaded access and spurious wakeups easier. closes #509 Switches DS to use new waitForData functionality Adds a few new functions
This commit is contained in:
committed by
Peter Johnson
parent
5987cfeaaf
commit
fc81298fac
@@ -106,7 +106,10 @@ double HAL_GetMatchTime(int32_t* status);
|
||||
|
||||
#ifndef HAL_USE_LABVIEW
|
||||
|
||||
void HAL_ReleaseDSMutex(void);
|
||||
bool HAL_IsNewControlData(void);
|
||||
void HAL_WaitForDSData(void);
|
||||
HAL_Bool HAL_WaitForDSDataTimeout(double timeout);
|
||||
void HAL_InitializeDriverStation(void);
|
||||
|
||||
void HAL_ObserveUserProgramStarting(void);
|
||||
|
||||
Reference in New Issue
Block a user