-
Notifications
You must be signed in to change notification settings - Fork 86
Index of Module scheduler
Matthias Görges edited this page Mar 16, 2015
·
10 revisions
Module: scheduler
The scheduler module provides a task scheduler. It's purpose is to manage and run plugins.
Function | Short Description |
---|---|
(instance-setvar! store instance name val) | Set variable in an instance plugin |
(instance-refvar store instance name . fback) | Returns a set variable from a plugin |
(make-instance store instance plugin . config) | Make an instance of a loaded plugin |
(instance-delete store instance) | Deletes the specified instance (and runs its end hook). Won't work while a case is running |
(plugin-register name start casestart run caseend end ptype) | Register a plugin so applications can make instances of it |
(scheduler-startcase store name) | Marks the beginning of a patient case |
(scheduler-endcase store) | Marks the end of a patient case |
(scheduler-init . timefunc) | Runtime initialization of all instances |
(scheduler-initialized?) | Check if scheduler is already initialized |
(scheduler-iterate . guiwaveproc) | Runtime iteration on all instances |
(scheduler-cleanup) | Runtime cleanup on all instances |
(log-rollcase store) | Rolls logfiles at start of cases to get a separate log for each case |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip