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

#include <types_composed.hpp>

Inheritance diagram for opcua::CreateSubscriptionRequest:
[legend]

Detailed Description

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ CreateSubscriptionRequest()

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

Definition at line 2200 of file types_composed.hpp.

Member Function Documentation

◆ getRequestHeader() [1/2]

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

Definition at line 2218 of file types_composed.hpp.

◆ getRequestHeader() [2/2]

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

Definition at line 2218 of file types_composed.hpp.

◆ getRequestedPublishingInterval()

double opcua::CreateSubscriptionRequest::getRequestedPublishingInterval ( ) const
inlinenoexcept

Definition at line 2219 of file types_composed.hpp.

◆ getRequestedLifetimeCount()

uint32_t opcua::CreateSubscriptionRequest::getRequestedLifetimeCount ( ) const
inlinenoexcept

Definition at line 2220 of file types_composed.hpp.

◆ getRequestedMaxKeepAliveCount()

uint32_t opcua::CreateSubscriptionRequest::getRequestedMaxKeepAliveCount ( ) const
inlinenoexcept

Definition at line 2221 of file types_composed.hpp.

◆ getMaxNotificationsPerPublish()

uint32_t opcua::CreateSubscriptionRequest::getMaxNotificationsPerPublish ( ) const
inlinenoexcept

Definition at line 2222 of file types_composed.hpp.

◆ getPublishingEnabled()

bool opcua::CreateSubscriptionRequest::getPublishingEnabled ( ) const
inlinenoexcept

Definition at line 2223 of file types_composed.hpp.

◆ getPriority()

uint8_t opcua::CreateSubscriptionRequest::getPriority ( ) const
inlinenoexcept

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