open62541pp 0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::CreateSubscriptionRequest Class Reference

#include <types.hpp>

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

Detailed Description

UA_CreateSubscriptionRequest wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/5.13.2

Definition at line 2347 of file types.hpp.

Public Member Functions

 CreateSubscriptionRequest (RequestHeader requestHeader, double requestedPublishingInterval, uint32_t requestedLifetimeCount, uint32_t requestedMaxKeepAliveCount, uint32_t maxNotificationsPerPublish, bool publishingEnabled, uint8_t priority)
 
const RequestHeaderrequestHeader () const noexcept
 
const RequestHeadergetRequestHeader () const noexcept
 
RequestHeaderrequestHeader () noexcept
 
RequestHeadergetRequestHeader () noexcept
 
double requestedPublishingInterval () const noexcept
 
double getRequestedPublishingInterval () const noexcept
 
uint32_t requestedLifetimeCount () const noexcept
 
uint32_t getRequestedLifetimeCount () const noexcept
 
uint32_t requestedMaxKeepAliveCount () const noexcept
 
uint32_t getRequestedMaxKeepAliveCount () const noexcept
 
uint32_t maxNotificationsPerPublish () const noexcept
 
uint32_t getMaxNotificationsPerPublish () const noexcept
 
bool publishingEnabled () const noexcept
 
bool getPublishingEnabled () const noexcept
 
uint8_t priority () const noexcept
 
uint8_t getPriority () const 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_CreateSubscriptionRequest, UA_TYPES_CREATESUBSCRIPTIONREQUEST >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_CreateSubscriptionRequest &native)
 
constexpr TypeWrapper (UA_CreateSubscriptionRequest &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_CreateSubscriptionRequest &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_CreateSubscriptionRequest &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T >
using NativeType = T
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_CreateSubscriptionRequest, UA_TYPES_CREATESUBSCRIPTIONREQUEST >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_CreateSubscriptionRequest, UA_TYPES_CREATESUBSCRIPTIONREQUEST >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Constructor & Destructor Documentation

◆ CreateSubscriptionRequest()

opcua::ua::CreateSubscriptionRequest::CreateSubscriptionRequest ( RequestHeader  requestHeader,
double  requestedPublishingInterval,
uint32_t  requestedLifetimeCount,
uint32_t  requestedMaxKeepAliveCount,
uint32_t  maxNotificationsPerPublish,
bool  publishingEnabled,
uint8_t  priority 
)
inline

Definition at line 2352 of file types.hpp.

Member Function Documentation

◆ requestHeader() [1/2]

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

Definition at line 2370 of file types.hpp.

◆ getRequestHeader() [1/2]

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

Definition at line 2370 of file types.hpp.

◆ requestHeader() [2/2]

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

Definition at line 2370 of file types.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 2370 of file types.hpp.

◆ requestedPublishingInterval()

double opcua::ua::CreateSubscriptionRequest::requestedPublishingInterval ( ) const
inlinenoexcept

Definition at line 2371 of file types.hpp.

◆ getRequestedPublishingInterval()

double opcua::ua::CreateSubscriptionRequest::getRequestedPublishingInterval ( ) const
inlinenoexcept
Deprecated:
Use requestedPublishingInterval instead

Definition at line 2371 of file types.hpp.

◆ requestedLifetimeCount()

uint32_t opcua::ua::CreateSubscriptionRequest::requestedLifetimeCount ( ) const
inlinenoexcept

Definition at line 2372 of file types.hpp.

◆ getRequestedLifetimeCount()

uint32_t opcua::ua::CreateSubscriptionRequest::getRequestedLifetimeCount ( ) const
inlinenoexcept
Deprecated:
Use requestedLifetimeCount instead

Definition at line 2372 of file types.hpp.

◆ requestedMaxKeepAliveCount()

uint32_t opcua::ua::CreateSubscriptionRequest::requestedMaxKeepAliveCount ( ) const
inlinenoexcept

Definition at line 2373 of file types.hpp.

◆ getRequestedMaxKeepAliveCount()

uint32_t opcua::ua::CreateSubscriptionRequest::getRequestedMaxKeepAliveCount ( ) const
inlinenoexcept
Deprecated:
Use requestedMaxKeepAliveCount instead

Definition at line 2373 of file types.hpp.

◆ maxNotificationsPerPublish()

uint32_t opcua::ua::CreateSubscriptionRequest::maxNotificationsPerPublish ( ) const
inlinenoexcept

Definition at line 2374 of file types.hpp.

◆ getMaxNotificationsPerPublish()

uint32_t opcua::ua::CreateSubscriptionRequest::getMaxNotificationsPerPublish ( ) const
inlinenoexcept
Deprecated:
Use maxNotificationsPerPublish instead

Definition at line 2374 of file types.hpp.

◆ publishingEnabled()

bool opcua::ua::CreateSubscriptionRequest::publishingEnabled ( ) const
inlinenoexcept

Definition at line 2375 of file types.hpp.

◆ getPublishingEnabled()

bool opcua::ua::CreateSubscriptionRequest::getPublishingEnabled ( ) const
inlinenoexcept
Deprecated:
Use publishingEnabled instead

Definition at line 2375 of file types.hpp.

◆ priority()

uint8_t opcua::ua::CreateSubscriptionRequest::priority ( ) const
inlinenoexcept

Definition at line 2376 of file types.hpp.

◆ getPriority()

uint8_t opcua::ua::CreateSubscriptionRequest::getPriority ( ) const
inlinenoexcept
Deprecated:
Use priority instead

Definition at line 2376 of file types.hpp.

◆ TypeWrapper() [1/5]

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

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.