![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Generates C constructor code for a reactor. More...
Static Public Member Functions | |
| static String | generateConstructor (TypeParameterizedReactor tpr, String constructorCode) |
| Generate a constructor for the specified reactor in the specified federate. | |
| static String | generateConstructorPrototype (TypeParameterizedReactor tpr) |
Generates C constructor code for a reactor.
|
static |
Generate a constructor for the specified reactor in the specified federate.
| tpr | The type-parameterized reactor. |
| constructorCode | Lines of code previously generated that need to go into the constructor. |
|
static |