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

Structure holding information about each enclave in the program. More...

#include <rti_local.h>

Data Fields

scheduling_node_t base
 The base scheduling node information for this enclave.
environment_tenv
 Pointer to the environment of the enclave.
lf_cond_t next_event_condition
 Condition variable used by scheduling_nodes to notify an enclave that its call to next_event_tag() should unblock.

Detailed Description

Structure holding information about each enclave in the program.

The first field is the generic scheduling_node_info struct.

Field Documentation

◆ base

scheduling_node_t enclave_info_t::base

The base scheduling node information for this enclave.

◆ env

environment_t* enclave_info_t::env

Pointer to the environment of the enclave.

◆ next_event_condition

lf_cond_t enclave_info_t::next_event_condition

Condition variable used by scheduling_nodes to notify an enclave that its call to next_event_tag() should unblock.


The documentation for this struct was generated from the following file:
  • /Users/runner/work/reactor-c/reactor-c/core/federated/RTI/rti_local.h