![]() |
DWDataReader 5.0.1
Reading data from Dewesoft data files
|
#include "DWDataReaderLibDef.h"#include <inttypes.h>Go to the source code of this file.
Classes | |
| struct | DWFileInfo |
| Represents metadata about a data file. More... | |
| struct | DWMeasurementInfo |
| Structure with information about the current measurement. More... | |
| struct | DWChannel |
| Structure represents a Dewesoft channel. More... | |
| struct | DWComplex |
| Represents a complex number with real and imaginary components. More... | |
| struct | DWEvent |
| Represents an event in datafile. More... | |
| struct | DWReducedValue |
| Represents a set of agregated data for samples over a specific time interval. More... | |
| struct | DWArrayInfo |
| Represents information about an axis on and array channel. More... | |
| struct | DWCustomProp |
| Represents a custom property associated with a channel. More... | |
| struct | DWBinarySample |
| Represents a binary sample. More... | |
Macros | |
| #define | __int64 int64_t |
Typedefs | |
| typedef void * | READER_HANDLE |
Enums, structs and constants exposed from DWDataReader library.
| typedef void* READER_HANDLE |
Handle to the data reader object
| enum DWChannelProps |
Specifies the properties that can be retrieved for a channel.
This enumeration is used in function DWGetChannelProps to specify which property of a channel should be retrieved. Each enumerator corresponds to a different aspect of a channel property.
| enum DWChannelType |
Specifies the type of custom property value.
This enumeration defines the possible types of custom property values that can be associated with a channel. Each enumerator corresponds to a different data type.
| enum DWDataType |
Specifies the channel data type.
| enum DWEventType |
Specifies the type of event.
| enum DWStatus |
Status codes returned from library function calls.
This enumeration defines the possible status codes that can be returned by library functions, indicating success or various error conditions.
| enum DWStoringType |