aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/sw_timer.h
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
commitc068f22329d5cc722622a2183bbb22eef2093df7 (patch)
tree12d56c1aede67988a55e241364606bfbb4dba933 /src/libparsec/include/sw_timer.h
downloadopenparsec-main.tar.xz
openparsec-main.zip
initial importHEADmain
Diffstat (limited to 'src/libparsec/include/sw_timer.h')
-rwxr-xr-xsrc/libparsec/include/sw_timer.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/libparsec/include/sw_timer.h b/src/libparsec/include/sw_timer.h
new file mode 100755
index 0000000..d1a21db
--- /dev/null
+++ b/src/libparsec/include/sw_timer.h
@@ -0,0 +1,30 @@
+/*
+ * PARSEC HEADER: sw_timer.h
+ */
+
+#ifndef _SW_TIMER_H_
+#define _SW_TIMER_H_
+
+
+// sw_timer.cpp implements the following functions
+// ---------------------------------------------
+// void SYSs_InitRefFrameCount();
+// refframe_t SYSs_GetRefFrameCount();
+// void SYSs_PauseRefFrameCount();
+// void SYSs_ResumeRefFrameCount();
+// void SYSs_Wait( refframe_t refframes );
+// int SYSs_InitFrameTimer();
+// int SYSs_KillFrameTimer();
+// int SYSs_Yield();
+
+// sw_timer.cpp implements the following variables
+// ---------------------------------------------
+// dword FrameRate;
+// dword FrameCounter;
+// dword RefTimeCount;
+// dword RefFrameCount;
+
+
+#endif // _SW_TIMER_H_
+
+