reactor-c 1.0
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
object_description_t Struct Reference

#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.

Field Documentation

◆ description

char* object_description_t::description

A NULL terminated string describing the object.

◆ pointer

void* object_description_t::pointer

Pointer-sized value that uniquely identifies the object.

◆ trigger

void* object_description_t::trigger

Pointer to the trigger (action or timer) or other secondary ID.

◆ type

_lf_trace_object_t object_description_t::type

The type of trace object.


The documentation for this struct was generated from the following file:
  • /Users/runner/work/reactor-c/reactor-c/trace/api/trace.h