Add DriverStationSim.notifyNewData (#1537)

This commit is contained in:
Peter Johnson
2019-01-09 23:47:42 -08:00
committed by GitHub
parent 308bdbe298
commit e97e7a7611
2 changed files with 5 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ class DriverStationSim {
HALSIM_SetDriverStationDsAttached(dsAttached);
}
void NotifyNewData() { HALSIM_NotifyDriverStationNewData(); }
void ResetData() { HALSIM_ResetDriverStationData(); }
};
} // namespace sim