tinyaml
defines two engines :
tinyaml_dbg
defines another engine :
Typedefs | |
typedef void(* | _VM_CALL )(vm_engine_t) |
Standard engine call. | |
Functions | |
vm_t | vm_set_engine (vm_t, vm_engine_t) |
set the VM's engine. | |
void _VM_CALL | vm_schedule_cycle (vm_t) |
run one cycle. | |
Variables | |
const vm_engine_t | stub_engine |
const vm_engine_t | thread_engine |
typedef void(* _VM_CALL)(vm_engine_t) |
Standard engine call.
vm_t vm_set_engine | ( | vm_t | , | |
vm_engine_t | ||||
) |
set the VM's engine.
run one cycle.
Cycle is :
const vm_engine_t stub_engine |
const vm_engine_t thread_engine |