![]() |
reactor-c 1.0
C Runtime for Lingua Franca
|
#include <trace.h>
Data Fields | |
| char * | description |
| A NULL terminated string describing the object. | |
| void * | pointer |
| Pointer-sized value that uniquely identifies the object. | |
| void * | trigger |
| Pointer to the trigger (action or timer) or other secondary ID. | |
| _lf_trace_object_t | type |
| The type of trace object. | |
| char* object_description_t::description |
A NULL terminated string describing the object.
| void* object_description_t::pointer |
Pointer-sized value that uniquely identifies the object.
| void* object_description_t::trigger |
Pointer to the trigger (action or timer) or other secondary ID.
| _lf_trace_object_t object_description_t::type |
The type of trace object.