Skip to content

Commit

Permalink
add GET_TIME_2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaerair committed Dec 11, 2024
1 parent f12a767 commit 229ef2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions a653_inc/a653Time.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@

/* function declarations */

extern void TIMED_WAIT (SYSTEM_TIME_TYPE DELAY_TIME,
extern void TIMED_WAIT (SYSTEM_TIME_TYPE DELAY_TIME, /* 64bit - 1 nanosecond LSB */
RETURN_CODE_TYPE * RETURN_CODE);

extern void PERIODIC_WAIT (RETURN_CODE_TYPE * RETURN_CODE);
extern void GET_TIME (SYSTEM_TIME_TYPE * SYSTEM_TIME,

extern void GET_TIME (SYSTEM_TIME_TYPE * SYSTEM_TIME, /* 64bit - 1 nanosecond LSB */
RETURN_CODE_TYPE * RETURN_CODE);

extern void REPLENISH (SYSTEM_TIME_TYPE BUDGET_TIME,
RETURN_CODE_TYPE * RETURN_CODE);

Expand Down

0 comments on commit 229ef2a

Please sign in to comment.