![]() |
DWDataReader 5.0.1
Reading data from Dewesoft data files
|
Represents a custom property associated with a channel. More...
#include <DWDataReaderLibTypes.h>
Public Attributes | |
| char | key [100] |
| enum DWCustomPropValueType | valueType |
| __int64 | int64Val |
| double | doubleVal |
| char | strVal [100] |
Represents a custom property associated with a channel.
This structure contains a key-value pair where the key is a string and the value can be of different types (integer, double, or string).
| double DWCustomProp::doubleVal |
Double precision floating-point value
| __int64 DWCustomProp::int64Val |
64-bit integer value
| char DWCustomProp::key[100] |
Key
| char DWCustomProp::strVal[100] |
String value
| enum DWCustomPropValueType DWCustomProp::valueType |
Type of value