...
Extension | Description |
---|---|
_BUF, _JBUF* | Data buffers (FIFOs , circular buffers, etc...), not necessarily associated with a system element. |
_INFO, _JINFO* | Static metadata, not necessarily associated with a system element. |
_DAT, _JDAT* | Generic data structures, not necessarily associated with a system element. |
(*) "J" extensions prefix indicates that the key content is a Json document.
...