![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Generate the code that is the entry point of the program. More...
Public Member Functions | |
| CMainFunctionGenerator (TargetConfig targetConfig, Reactor mainReactor) | |
| String | generateCode () |
| Generate the code that is the entry point of the program. | |
| List< Parameter > | getCliParameters () |
| Return the list of main reactor parameters that can be overridden from the command line. | |
Generate the code that is the entry point of the program.
| org.lflang.generator.c.CMainFunctionGenerator.CMainFunctionGenerator | ( | TargetConfig | targetConfig, |
| Reactor | mainReactor ) |
| String org.lflang.generator.c.CMainFunctionGenerator.generateCode | ( | ) |
Generate the code that is the entry point of the program.
Ideally, this code would belong to its own main.c file, but it currently lives in the same file as all the code generated for reactors.
| List< Parameter > org.lflang.generator.c.CMainFunctionGenerator.getCliParameters | ( | ) |
Return the list of main reactor parameters that can be overridden from the command line.