open62541pp 0.15.0
C++ wrapper of open62541
|
#include <cstdint>
#include <type_traits>
#include <utility>
#include <vector>
#include "open62541pp/bitmask.hpp"
#include "open62541pp/common.hpp"
#include "open62541pp/detail/open62541/common.h"
#include "open62541pp/detail/result_utils.hpp"
#include "open62541pp/exception.hpp"
#include "open62541pp/types.hpp"
Go to the source code of this file.
Namespaces | |
namespace | opcua |
namespace | opcua::services |
namespace | opcua::services::detail |
Functions | |
Result< Variant > | opcua::services::detail::getVariant (DataValue &&dv) noexcept |
template<typename T > | |
Result< T > | opcua::services::detail::tryGetScalar (Variant &&var) noexcept |
template<typename T > | |
Result< std::vector< T > > | opcua::services::detail::tryGetArray (Variant &&var) noexcept |
DataValue | opcua::services::detail::createDataValueFromStatus (StatusCode code) noexcept |