...
Extension | Description |
---|---|
_AUX | Auxiliary dataset associated to a system element (besides _STA and _DYN) . If it is necessary to add data to an element class, but it is not possible to modify the STA and DYN datasets (to keep the class compatible with the pre-existing software) it is possible to insert an additional data fork associated with the element, with the extension "_AUX". When using the "_AUX" extension, it is mandatory that the name preceeding the extension be equal to the element name preceeding the _STA and _DYN extensions. |
_BUF | Data buffers (FIFOs , circular buffers, etc...), not necessarily associated with a system element. |
_INFO | Static metadata, not necessarily associated with a system element. |
_DAT | Generic data structures, not necessarily associated with a system element. |
...