Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpControl.c')
-rw-r--r--runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpControl.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpControl.c b/runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpControl.c
deleted file mode 100644
index 68fa68575..000000000
--- a/runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpControl.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @author generated by eTrice
- *
- * Source File of DataClass DTcpControl
- *
- */
-
-#include "DTcpControl.h"
-
-#include <string.h>
-
-
-
-/*--------------------- operations ---------------------*/
-
-void DTcpControl_deepCopy(DTcpControl* source, DTcpControl* target) {
- memcpy(target, source, sizeof(DTcpControl));
-}
-
-

Back to the top