Functions
| Name | Description |
|---|---|
| ExtensionToFileSignalFormat | Converts file extension from string to TFileFormat |
| FileSignalFormatToExtension | Converts file extension TFileFormat to string. |
| NumberizeString | Sets multiple or trailing tab charachters before or after number to space char. |
| SaveSignalFile | Stores an array of equal-length TVec channels to a signal file with TSignalWrite, in one of the supported formats TFileFormat. |
Variables
| Name | Type | Description |
|---|---|---|
| FOURCC_WAVE | Cardinal | |
| PeakFileExtension | string | Default file extension for level 1 peak files produced by TSignalBrowse . |
| PeakFileExtension2 | string | Default file extension for level 2 peak files produced by TSignalBrowse . |
| SignalDialogFilter | string | Drop down file types string. |
Classes
| Name | Description |
|---|---|
| TFileStorage | Abstract class for read and writing signals. |
| TSignalBrowse | Creates and navigates file overview files. |
| TSignalBrowseList | Manage a list of TSignalBrowse components. |
| TSignalRead | Reads a signal from the file. |
| TSignalReadList | Manage a list of TSignalRead components. |
| TSignalWrite | Writes a signal to a file. |
| TSignalWriteList | Manage a list of TSignalWrite components. |
Records
| Name | Description |
|---|---|
| TWaveFormatEx |
Enumerations
| Name | Description |
|---|---|
| TFileFormat | Specifies file formats supported. |
| TFraming | Defines how to browse a multi-record file. |
| TLastFrameCheck | Defines how to handle data at the end of file. |
| TSpanLevel | The file overview level. |