31 scheduling_node_t base;
123int lf_get_upstream_of(
int enclave_id,
int** result);
135int lf_get_downstream_of(
int enclave_id,
int** result);
147int lf_get_upstream_delay_of(
int enclave_id,
interval_t** result);
struct enclave_info_t enclave_info_t
Definition environment.h:26
struct environment_t environment_t
Execution environment. This struct contains information about the execution environment....
void * lf_cond_t
Definition lf_arduino_support.h:119
Type definitions that are widely used across different parts of the runtime.
Common declarations for runtime infrastructure (RTI) for scheduling enclaves and distributed Lingua F...
Execution environment. This struct contains information about the execution environment....
Definition environment.h:49
int64_t interval_t
Definition tag.h:68