open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
typeregistry.hpp File Reference
Include dependency graph for typeregistry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  opcua
 

Macros

#define UAPP_TYPEREGISTRY_NATIVE(NativeType, typeIndex)
 

Functions

template<typename T >
const UA_DataTypeopcua::getDataType () noexcept
 

Macro Definition Documentation

◆ UAPP_TYPEREGISTRY_NATIVE

#define UAPP_TYPEREGISTRY_NATIVE ( NativeType,
typeIndex )
Value:
template <> \
struct TypeRegistry<NativeType> { \
static const auto& getDataType() noexcept { \
return UA_TYPES[typeIndex]; \
} \
};
const UA_DataType UA_TYPES[191]

Definition at line 59 of file typeregistry.hpp.