Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c')
-rw-r--r--plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeRunnerGen.xtend6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeRunnerGen.xtend b/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeRunnerGen.xtend
index 53ac1a14e..3e56fdcd3 100644
--- a/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeRunnerGen.xtend
+++ b/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeRunnerGen.xtend
@@ -69,11 +69,11 @@ class NodeRunnerGen {
#include "osal/etPlatformLifecycle.h"
/**
- * main function
- * creates component and starts and stops the lifecycle
+ * «Main.getSettings.mainMethodName» function
+ * creates components and starts and stops the lifecycle
*/
- int main(int argc, char** argv) {
+ int «Main.getSettings.mainMethodName»(int argc, char** argv) {
etBool runAsTest = ET_FALSE;
#ifdef ET_DO_NOT_USE_ARGC_ARGV

Back to the top