reactor-c 1.0
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
trace_types.h File Reference

Definitions that are needed by both implementors and callers of the trace API regardless of whether tracing is enabled at compile time. More...

Go to the source code of this file.

Enumerations

enum  trace_event_t {
  reaction_starts , reaction_ends , reaction_deadline_missed , schedule_called ,
  user_event , user_value , worker_wait_starts , worker_wait_ends ,
  scheduler_advancing_time_starts , scheduler_advancing_time_ends , federated , send_ACK ,
  send_FAILED , send_TIMESTAMP , send_NET , send_LTC ,
  send_STOP_REQ , send_STOP_REQ_REP , send_STOP_GRN , send_FED_ID ,
  send_PTAG , send_TAG , send_REJECT , send_RESIGN ,
  send_PORT_ABS , send_CLOSE_RQ , send_TAGGED_MSG , send_P2P_TAGGED_MSG ,
  send_MSG , send_P2P_MSG , send_ADR_AD , send_ADR_QR ,
  send_DNET , receive_ACK , receive_FAILED , receive_TIMESTAMP ,
  receive_NET , receive_LTC , receive_STOP_REQ , receive_STOP_REQ_REP ,
  receive_STOP_GRN , receive_FED_ID , receive_PTAG , receive_TAG ,
  receive_REJECT , receive_RESIGN , receive_PORT_ABS , receive_CLOSE_RQ ,
  receive_TAGGED_MSG , receive_P2P_TAGGED_MSG , receive_MSG , receive_P2P_MSG ,
  receive_ADR_AD , receive_ADR_QR , receive_DNET , receive_UNIDENTIFIED ,
  NUM_EVENT_TYPES
}
 Trace event types. More...

Functions

static void _suppress_unused_variable_warning_for_static_variable ()

Variables

static const char * trace_event_names []
 String description of event types.

Detailed Description

Definitions that are needed by both implementors and callers of the trace API regardless of whether tracing is enabled at compile time.

Author
Peter Donovan

Function Documentation

◆ _suppress_unused_variable_warning_for_static_variable()

void _suppress_unused_variable_warning_for_static_variable ( )
inlinestatic