-
Notifications
You must be signed in to change notification settings - Fork 86
store getcat
Matthias Görges edited this page Jun 19, 2016
·
1 revision
store-getcat returns a list of category names for a given store
Parameter | Description |
---|---|
store | The store name |
Example 1: Create a store, set some values, clear some values and show that it is indeed cleared
> (define store (make-store "main"))
> (store-set! store "HR" 78 "vitals")
> (store-set! store "SpO2" 100 "vitals")
> (store-set! store "NIBPs" 120 "vitals")
> (store-set! store "NIBPd" 80 "vitals")
> (store-getcat store)
("vitals")
> (store-clear! store (list "NIBPs" "NIBPd"))
> (store-listcat store "vitals")
(("HR" 78) ("SpO2" 100))
-
- 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