![]() |
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) | |
| String | generateCode () |
| Generate the code that is the entry point of the program. | |
Generate the code that is the entry point of the program.
| org.lflang.generator.c.CMainFunctionGenerator.CMainFunctionGenerator | ( | TargetConfig | targetConfig | ) |
| 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.