#include "commonMisc.h"
#include "stdio.h"
#include "string.h"
Include dependency graph for iopc_common/iopcDataType.h:
This graph shows which files directly or indirectly include this file:
Enumerations | |
enum | IopcDataType { IOPC_INVALID = 0, IOPC_BOOL, IOPC_CHAR, IOPC_UCHAR, IOPC_SCHAR, IOPC_SHORT, IOPC_USHORT, IOPC_INT, IOPC_UINT, IOPC_LONG, IOPC_ULONG, IOPC_FLOAT, IOPC_DOUBLE, IOPC_LONGDOUBLE, IOPC_WCHAR_T, IOPC_STRING, IOPC_WSTRING, IOPC_REF, IOPC_COMPLEX_DATA_TYPE } |
Functions | |
const char * | iopcDataTypeToString (IopcDataType dataType, const char *additionalInfo) |
IopcDataType | stringToIopcDataType (const char *dataTypeStr) |
|
|
Converts given IopcDataType to string.
If
|
|
Converts given string to IopcDataType.
|