Skip to content
Snippets Groups Projects
Commit 681d74b5 authored by Torsten Merz's avatar Torsten Merz
Browse files

disabled readClock functions

parent 555344e7
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ void quit(taskStateStruct *taskState ...@@ -143,7 +143,7 @@ void quit(taskStateStruct *taskState
rt_eprintf("task state %d exceeded time: %lld\n",taskState->stateID,t2-t1); rt_eprintf("task state %d exceeded time: %lld\n",taskState->stateID,t2-t1);
} }
#if 0
void readClock(taskStateStruct *taskState, void readClock(taskStateStruct *taskState,
unsigned int **reftime // PASS_OUTPUT unsigned int **reftime // PASS_OUTPUT
// Input Flags: NA NA NA NA NA NA NA NA // Input Flags: NA NA NA NA NA NA NA NA
...@@ -168,7 +168,7 @@ void readClock_(taskStateStruct *taskState, ...@@ -168,7 +168,7 @@ void readClock_(taskStateStruct *taskState,
) { ) {
**reftime = (GETTIME - smiStart) / 1000000.0 + 0.5; **reftime = (GETTIME - smiStart) / 1000000.0 + 0.5;
} }
#endif
void suspend(int time) { void suspend(int time) {
RTIME t2,t1; RTIME t2,t1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment