1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-18 00:47:50 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2020-10-29 22:58:44 -04:00
parent dd35b8d972
commit 79c1117f97
4 changed files with 17 additions and 5 deletions

View File

@@ -110,6 +110,7 @@ int32 sim_rtcn_init (int32 time, int32 tmr);
int32 sim_rtcn_init_unit (UNIT *uptr, int32 time, int32 tmr);
int32 sim_rtcn_init_unit_ticks (UNIT *uptr, int32 time, int32 tmr, int32 ticksper);
void sim_rtcn_get_time (struct timespec *now, int tmr);
time_t sim_get_time (time_t *now);
t_stat sim_rtcn_tick_ack (uint32 time, int32 tmr);
void sim_rtcn_init_all (void);
int32 sim_rtcn_calb (uint32 ticksper, int32 tmr);