Add Low Fidelity NetworkTables simulation extension (#823)

This commit is contained in:
Jaci R
2017-12-30 14:54:18 +11:00
committed by Peter Johnson
parent c647a801ad
commit 76b182600a
24 changed files with 820 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ void HALSIM_SetRelayReverse(int32_t index, HAL_Bool reverse) {
SimRelayData[index].SetReverse(reverse);
}
void HALSIM_RegisterRelayAllCallcbaks(int32_t index,
void HALSIM_RegisterRelayAllCallbacks(int32_t index,
HAL_NotifyCallback callback, void* param,
HAL_Bool initialNotify) {
SimRelayData[index].RegisterInitializedForwardCallback(callback, param,