Last change
on this file since 61 was
22,
checked in by rings, 14 years ago
|
|
-
Property svn:executable set to
*
|
File size:
538 bytes
|
Line | |
---|
1 | #ifndef MM_TRI_PA |
---|
2 | #define MM_TRI_PA |
---|
3 | |
---|
4 | #include "TriStructs.h" |
---|
5 | |
---|
6 | TriStatus triPAReset(); |
---|
7 | TriStatus triExternalFunction (const TriFunctionId* functionId, |
---|
8 | TriParameterList* parameterList, |
---|
9 | TriParameter* returnValue); |
---|
10 | TriStatus triStartTimer (const TriTimerId* timerId, TriTimerDuration timerDuration); |
---|
11 | TriStatus triStopTimer (const TriTimerId* timerId); |
---|
12 | TriStatus triReadTimer (const TriTimerId* timerId, TriTimerDuration* elapsedTime); |
---|
13 | TriStatus triTimerRunning (const TriTimerId* timerId, unsigned char* running); |
---|
14 | |
---|
15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.