![]() |
reactor-c 1.0
C Runtime for Lingua Franca
|
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_t * | env |
| 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. | |
Structure holding information about each enclave in the program.
The first field is the generic scheduling_node_info struct.
| scheduling_node_t enclave_info_t::base |
The base scheduling node information for this enclave.
| environment_t* enclave_info_t::env |
Pointer to the environment of the enclave.
| 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.