open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ReadRequest Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::ReadRequest:
[legend]

Detailed Description

Public Member Functions

 ReadRequest (RequestHeader requestHeader, double maxAge, TimestampsToReturn timestampsToReturn, Span< const ReadValueId > nodesToRead)
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeadergetRequestHeader () noexcept
 
double getMaxAge () const noexcept
 
TimestampsToReturn getTimestampsToReturn () const noexcept
 
Span< const ReadValueIdgetNodesToRead () const noexcept
 
Span< ReadValueIdgetNodesToRead () noexcept
 
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const T &native)
 
constexpr TypeWrapper (T &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_ReadRequest, UA_TYPES_READREQUEST >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_ReadRequest &native)
 
constexpr TypeWrapper (UA_ReadRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ReadRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ReadRequest &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_ReadRequest &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ReadRequest >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_ReadRequest &native)
 
constexpr Wrapper (UA_ReadRequest &&native) noexcept
 
constexpr operator UA_ReadRequest & () noexcept
 
constexpr operator const UA_ReadRequest & () const noexcept
 
constexpr UA_ReadRequestoperator-> () noexcept
 
constexpr const UA_ReadRequestoperator-> () const noexcept
 
constexpr UA_ReadRequesthandle () noexcept
 
constexpr const UA_ReadRequesthandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_ReadRequest >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_ReadRequest, UA_TYPES_READREQUEST >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ReadRequest, UA_TYPES_READREQUEST >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_ReadRequest >
constexpr const UA_ReadRequestnative () const noexcept
 
constexpr UA_ReadRequestnative () noexcept
 

Constructor & Destructor Documentation

◆ ReadRequest()

opcua::ReadRequest::ReadRequest ( RequestHeader requestHeader,
double maxAge,
TimestampsToReturn timestampsToReturn,
Span< const ReadValueId > nodesToRead )
inline

Definition at line 1334 of file types_composed.hpp.

Member Function Documentation

◆ getRequestHeader() [1/2]

const RequestHeader & opcua::ReadRequest::getRequestHeader ( ) const
inlinenoexcept

Definition at line 1347 of file types_composed.hpp.

◆ getRequestHeader() [2/2]

RequestHeader & opcua::ReadRequest::getRequestHeader ( )
inlinenoexcept

Definition at line 1347 of file types_composed.hpp.

◆ getMaxAge()

double opcua::ReadRequest::getMaxAge ( ) const
inlinenoexcept

Definition at line 1348 of file types_composed.hpp.

◆ getTimestampsToReturn()

TimestampsToReturn opcua::ReadRequest::getTimestampsToReturn ( ) const
inlinenoexcept

Definition at line 1349 of file types_composed.hpp.

◆ getNodesToRead() [1/2]

Span< const ReadValueId > opcua::ReadRequest::getNodesToRead ( ) const
inlinenoexcept

Definition at line 1350 of file types_composed.hpp.

◆ getNodesToRead() [2/2]

Span< ReadValueId > opcua::ReadRequest::getNodesToRead ( )
inlinenoexcept

Definition at line 1350 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.