DWDataReader 5.0.1
Reading data from Dewesoft data files
Loading...
Searching...
No Matches
DWCustomProp Struct Reference

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]
 

Detailed Description

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).

Member Data Documentation

◆ doubleVal

double DWCustomProp::doubleVal

Double precision floating-point value

◆ int64Val

__int64 DWCustomProp::int64Val

64-bit integer value

◆ key

char DWCustomProp::key[100]

Key

◆ strVal

char DWCustomProp::strVal[100]

String value

◆ valueType

enum DWCustomPropValueType DWCustomProp::valueType

Type of value


The documentation for this struct was generated from the following file: