![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Generates C code to support tracing. More...
Static Public Member Functions | |
| static String | generateTraceTableEntries (ReactorInstance instance) |
| If tracing is turned on, then generate code that records the full name of the specified reactor instance in the trace table. | |
Generates C code to support tracing.
|
static |
If tracing is turned on, then generate code that records the full name of the specified reactor instance in the trace table.
If tracing is not turned on, do nothing.
If tracing is turned on, record the address of this reaction in the _lf_trace_object_descriptions table that is used to generate the header information in the trace file.
| instance | The reactor instance. |