Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.c.tests.old/src-gen/GeneratorTest1/SS.h')
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests.old/src-gen/GeneratorTest1/SS.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/tests/org.eclipse.etrice.generator.c.tests.old/src-gen/GeneratorTest1/SS.h b/tests/org.eclipse.etrice.generator.c.tests.old/src-gen/GeneratorTest1/SS.h
index a3d844e64..57fe6cce9 100644
--- a/tests/org.eclipse.etrice.generator.c.tests.old/src-gen/GeneratorTest1/SS.h
+++ b/tests/org.eclipse.etrice.generator.c.tests.old/src-gen/GeneratorTest1/SS.h
@@ -1,28 +1,28 @@
-/**
- * @author generated by eTrice
- *
- * Header File of SubSystemClass SS
- *
- */
-
-#ifndef _SS_H_
-#define _SS_H_
-
-
-
-/* lifecycle functions
- * init -> start -> run (loop) -> stop -> destroy
- */
-
-void SS_init(void); /* lifecycle init */
-void SS_start(void); /* lifecycle start */
-
-void SS_run(void); /* lifecycle run */
-
-void SS_stop(void); /* lifecycle stop */
-void SS_destroy(void); /* lifecycle destroy */
-
-
-#endif /* _SS_H_ */
-
-
+/**
+ * @author generated by eTrice
+ *
+ * Header File of SubSystemClass SS
+ *
+ */
+
+#ifndef _SS_H_
+#define _SS_H_
+
+
+
+/* lifecycle functions
+ * init -> start -> run (loop) -> stop -> destroy
+ */
+
+void SS_init(void); /* lifecycle init */
+void SS_start(void); /* lifecycle start */
+
+void SS_run(void); /* lifecycle run */
+
+void SS_stop(void); /* lifecycle stop */
+void SS_destroy(void); /* lifecycle destroy */
+
+
+#endif /* _SS_H_ */
+
+

Back to the top