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

#include <types.hpp>

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

Detailed Description

Public Member Functions

 SetTriggeringRequest (RequestHeader requestHeader, IntegerId subscriptionId, IntegerId triggeringItemId, Span< const IntegerId > linksToAdd, Span< const IntegerId > linksToRemove)
 
const RequestHeaderrequestHeader () const noexcept
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeaderrequestHeader () noexcept
 
RequestHeadergetRequestHeader () noexcept
 
IntegerId subscriptionId () const noexcept
 
IntegerId getSubscriptionId () const noexcept
 
IntegerId triggeringItemId () const noexcept
 
IntegerId getTriggeringItemId () const noexcept
 
Span< const IntegerIdlinksToAdd () const noexcept
 
Span< IntegerIdlinksToAdd () noexcept
 
Span< const IntegerIdgetLinksToAdd () const noexcept
 
Span< IntegerIdgetLinksToAdd () noexcept
 
Span< const IntegerIdlinksToRemove () const noexcept
 
Span< IntegerIdlinksToRemove () noexcept
 
Span< const IntegerIdgetLinksToRemove () const noexcept
 
Span< IntegerIdgetLinksToRemove () 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_SetTriggeringRequest, UA_TYPES_SETTRIGGERINGREQUEST >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_SetTriggeringRequest &native)
 
constexpr TypeWrapper (UA_SetTriggeringRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_SetTriggeringRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_SetTriggeringRequest &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_SetTriggeringRequest >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_SetTriggeringRequest &native) noexcept
 
constexpr Wrapper (UA_SetTriggeringRequest &&native) noexcept
 
constexpr Wrapperoperator= (const UA_SetTriggeringRequest &native) noexcept
 
constexpr Wrapperoperator= (UA_SetTriggeringRequest &&native) noexcept
 
constexpr operator UA_SetTriggeringRequest & () noexcept
 
constexpr operator const UA_SetTriggeringRequest & () const noexcept
 
constexpr UA_SetTriggeringRequestoperator-> () noexcept
 
constexpr const UA_SetTriggeringRequestoperator-> () const noexcept
 
constexpr UA_SetTriggeringRequesthandle () noexcept
 
constexpr const UA_SetTriggeringRequesthandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_SetTriggeringRequest &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_SetTriggeringRequest >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_SetTriggeringRequest, UA_TYPES_SETTRIGGERINGREQUEST >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_SetTriggeringRequest, UA_TYPES_SETTRIGGERINGREQUEST >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_SetTriggeringRequest >
constexpr const UA_SetTriggeringRequestnative () const noexcept
 
constexpr UA_SetTriggeringRequestnative () noexcept
 

Constructor & Destructor Documentation

◆ SetTriggeringRequest()

opcua::ua::SetTriggeringRequest::SetTriggeringRequest ( RequestHeader requestHeader,
IntegerId subscriptionId,
IntegerId triggeringItemId,
Span< const IntegerId > linksToAdd,
Span< const IntegerId > linksToRemove )
inline

Definition at line 2227 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

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

Definition at line 2243 of file types.hpp.

◆ getRequestHeader() [1/2]

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

Definition at line 2243 of file types.hpp.

◆ requestHeader() [2/2]

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

Definition at line 2243 of file types.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 2243 of file types.hpp.

◆ subscriptionId()

IntegerId opcua::ua::SetTriggeringRequest::subscriptionId ( ) const
inlinenoexcept

Definition at line 2244 of file types.hpp.

◆ getSubscriptionId()

IntegerId opcua::ua::SetTriggeringRequest::getSubscriptionId ( ) const
inlinenoexcept
Deprecated
Use subscriptionId instead

Definition at line 2244 of file types.hpp.

◆ triggeringItemId()

IntegerId opcua::ua::SetTriggeringRequest::triggeringItemId ( ) const
inlinenoexcept

Definition at line 2245 of file types.hpp.

◆ getTriggeringItemId()

IntegerId opcua::ua::SetTriggeringRequest::getTriggeringItemId ( ) const
inlinenoexcept
Deprecated
Use triggeringItemId instead

Definition at line 2245 of file types.hpp.

◆ linksToAdd() [1/2]

Span< const IntegerId > opcua::ua::SetTriggeringRequest::linksToAdd ( ) const
inlinenoexcept

Definition at line 2246 of file types.hpp.

◆ linksToAdd() [2/2]

Span< IntegerId > opcua::ua::SetTriggeringRequest::linksToAdd ( )
inlinenoexcept

Definition at line 2246 of file types.hpp.

◆ getLinksToAdd() [1/2]

Span< const IntegerId > opcua::ua::SetTriggeringRequest::getLinksToAdd ( ) const
inlinenoexcept
Deprecated
Use linksToAdd instead

Definition at line 2246 of file types.hpp.

◆ getLinksToAdd() [2/2]

Span< IntegerId > opcua::ua::SetTriggeringRequest::getLinksToAdd ( )
inlinenoexcept
Deprecated
Use linksToAdd instead

Definition at line 2246 of file types.hpp.

◆ linksToRemove() [1/2]

Span< const IntegerId > opcua::ua::SetTriggeringRequest::linksToRemove ( ) const
inlinenoexcept

Definition at line 2247 of file types.hpp.

◆ linksToRemove() [2/2]

Span< IntegerId > opcua::ua::SetTriggeringRequest::linksToRemove ( )
inlinenoexcept

Definition at line 2247 of file types.hpp.

◆ getLinksToRemove() [1/2]

Span< const IntegerId > opcua::ua::SetTriggeringRequest::getLinksToRemove ( ) const
inlinenoexcept
Deprecated
Use linksToRemove instead

Definition at line 2247 of file types.hpp.

◆ getLinksToRemove() [2/2]

Span< IntegerId > opcua::ua::SetTriggeringRequest::getLinksToRemove ( )
inlinenoexcept
Deprecated
Use linksToRemove instead

Definition at line 2247 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.