|
ssm
0.0.2
Runtime Library for the Sparse Synchronous Model
|
Indicates a routine should run when a scheduled variable is written. More...
#include <ssm.h>
Collaboration diagram for ssm_trigger:Data Fields | |
| struct ssm_trigger * | next |
| Next sensitive trigger, if any. More... | |
| struct ssm_trigger ** | prev_ptr |
| Pointer to self in previous element. More... | |
| struct ssm_act * | act |
| Routine triggered by this variable. More... | |
Indicates a routine should run when a scheduled variable is written.
Node in linked list of activation records, maintained by each scheduled variable to determine which continuations should be scheduled when the variable is updated.
| struct ssm_trigger* next |
| struct ssm_trigger** prev_ptr |