namespace Dew::Signal::Units::FileSignal
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. |
Constants
| Name | Type | Description |
|---|---|---|
| KSDATAFORMAT_SUBTYPE_IEEE_FLOAT | const TGuid | |
| KSDATAFORMAT_SUBTYPE_PCM | const TGuid | |
| SPEAKER_FRONT_LEFT | const unsigned int | |
| SPEAKER_FRONT_RIGHT | const unsigned int | |
| WAVE_FORMAT_EXTENSIBLE | const unsigned int | |
| WAVE_FORMAT_IEEE_FLOAT | const unsigned int | |
| WAVE_FORMAT_PCM | const unsigned int |
Variables
| Name | Type | Description |
|---|---|---|
| PeakFileExtension | DewString | Default file extension for level 1 peak files produced by TSignalBrowse . |
| PeakFileExtension2 | DewString | Default file extension for level 2 peak files produced by TSignalBrowse . |
| SignalDialogFilter | DewString | Drop down file types string. |