Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-05-03 07:55:03 +0000
committerHenrik Rentz-Reichert2013-05-03 07:55:03 +0000
commit89a0443663dfecb0aca9c22f024ab4b801466ba9 (patch)
treec4caeaf484c6b682d18146ce36db8d202aa89b1c /runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h
parentd11661990c0f99c0c15ff85bce63642b1b5b0007 (diff)
downloadorg.eclipse.etrice-89a0443663dfecb0aca9c22f024ab4b801466ba9.tar.gz
org.eclipse.etrice-89a0443663dfecb0aca9c22f024ab4b801466ba9.tar.xz
org.eclipse.etrice-89a0443663dfecb0aca9c22f024ab4b801466ba9.zip
[runtime.c] bug 402275: Implementation of Codegenerator and C-Runtime for physical model
https://bugs.eclipse.org/bugs/show_bug.cgi?id=402275 First working version with multiple threads and polling
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h
index b7cfa1077..03551675c 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_WIN_MinGW/etDatatypes.h
@@ -97,8 +97,4 @@ typedef HANDLE etOSSemaData;
typedef HANDLE etOSTimerData;
typedef DWORD etOSTimerId;
-typedef VOID(CALLBACK *etTimerFunction)(PVOID lpParam, BOOLEAN TimerOrWaitFired);
-#define etTimerFunction_RETURN_VALUE VOID CALLBACK
-#define etTimerFunction_ARGUMENT_LIST PVOID lpParam, BOOLEAN TimerOrWaitFired
-
#endif /* _DATATYPES_H_ */

Back to the top