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

#include <types.hpp>

Inheritance diagram for opcua::ua::ReadRequest:
[legend]

Detailed Description

Public Member Functions

 ReadRequest (RequestHeader requestHeader, double maxAge, TimestampsToReturn timestampsToReturn, Span< const ReadValueId > nodesToRead)
 
const RequestHeaderrequestHeader () const noexcept
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeaderrequestHeader () noexcept
 
RequestHeadergetRequestHeader () noexcept
 
double maxAge () const noexcept
 
double getMaxAge () const noexcept
 
TimestampsToReturn timestampsToReturn () const noexcept
 
TimestampsToReturn getTimestampsToReturn () const noexcept
 
Span< const ReadValueIdnodesToRead () const noexcept
 
Span< ReadValueIdnodesToRead () noexcept
 
Span< const ReadValueIdgetNodesToRead () const noexcept
 
Span< ReadValueIdgetNodesToRead () noexcept
 
constexpr TypeWrapper () noexcept=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 () noexcept=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
 
- Public Member Functions inherited from opcua::Wrapper< UA_ReadRequest >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_ReadRequest &native) noexcept
 
constexpr Wrapper (UA_ReadRequest &&native) noexcept
 
constexpr Wrapperoperator= (const UA_ReadRequest &native) noexcept
 
constexpr Wrapperoperator= (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
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_ReadRequest &native) 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 typeIndex ()
 
- 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::ua::ReadRequest::ReadRequest ( RequestHeader requestHeader,
double maxAge,
TimestampsToReturn timestampsToReturn,
Span< const ReadValueId > nodesToRead )
inline

Definition at line 1423 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

const RequestHeader & opcua::ua::ReadRequest::requestHeader ( ) const
inlinenoexcept

Definition at line 1436 of file types.hpp.

◆ getRequestHeader() [1/2]

const RequestHeader & opcua::ua::ReadRequest::getRequestHeader ( ) const
inlinenoexcept
Deprecated
Use requestHeader instead

Definition at line 1436 of file types.hpp.

◆ requestHeader() [2/2]

RequestHeader & opcua::ua::ReadRequest::requestHeader ( )
inlinenoexcept

Definition at line 1436 of file types.hpp.

◆ getRequestHeader() [2/2]

RequestHeader & opcua::ua::ReadRequest::getRequestHeader ( )
inlinenoexcept
Deprecated
Use requestHeader instead

Definition at line 1436 of file types.hpp.

◆ maxAge()

double opcua::ua::ReadRequest::maxAge ( ) const
inlinenoexcept

Definition at line 1437 of file types.hpp.

◆ getMaxAge()

double opcua::ua::ReadRequest::getMaxAge ( ) const
inlinenoexcept
Deprecated
Use maxAge instead

Definition at line 1437 of file types.hpp.

◆ timestampsToReturn()

TimestampsToReturn opcua::ua::ReadRequest::timestampsToReturn ( ) const
inlinenoexcept

Definition at line 1438 of file types.hpp.

◆ getTimestampsToReturn()

TimestampsToReturn opcua::ua::ReadRequest::getTimestampsToReturn ( ) const
inlinenoexcept
Deprecated
Use timestampsToReturn instead

Definition at line 1438 of file types.hpp.

◆ nodesToRead() [1/2]

Span< const ReadValueId > opcua::ua::ReadRequest::nodesToRead ( ) const
inlinenoexcept

Definition at line 1439 of file types.hpp.

◆ nodesToRead() [2/2]

Span< ReadValueId > opcua::ua::ReadRequest::nodesToRead ( )
inlinenoexcept

Definition at line 1439 of file types.hpp.

◆ getNodesToRead() [1/2]

Span< const ReadValueId > opcua::ua::ReadRequest::getNodesToRead ( ) const
inlinenoexcept
Deprecated
Use nodesToRead instead

Definition at line 1439 of file types.hpp.

◆ getNodesToRead() [2/2]

Span< ReadValueId > opcua::ua::ReadRequest::getNodesToRead ( )
inlinenoexcept
Deprecated
Use nodesToRead instead

Definition at line 1439 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::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, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.