open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::MonitoringParameters Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::MonitoringParameters:
[legend]

Detailed Description

Public Member Functions

 MonitoringParameters (double samplingInterval=250.0, ExtensionObject filter={}, uint32_t queueSize=1U, bool discardOldest=true)
 
double getSamplingInterval () const noexcept
 
const ExtensionObjectgetFilter () const noexcept
 
ExtensionObjectgetFilter () noexcept
 
uint32_t getQueueSize () const noexcept
 
bool getDiscardOldest () 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_MonitoringParameters, UA_TYPES_MONITORINGPARAMETERS >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_MonitoringParameters &native)
 
constexpr TypeWrapper (UA_MonitoringParameters &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_MonitoringParameters &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_MonitoringParameters &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_MonitoringParameters &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_MonitoringParameters >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_MonitoringParameters &native)
 
constexpr Wrapper (UA_MonitoringParameters &&native) noexcept
 
constexpr operator UA_MonitoringParameters & () noexcept
 
constexpr operator const UA_MonitoringParameters & () const noexcept
 
constexpr UA_MonitoringParametersoperator-> () noexcept
 
constexpr const UA_MonitoringParametersoperator-> () const noexcept
 
constexpr UA_MonitoringParametershandle () noexcept
 
constexpr const UA_MonitoringParametershandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ MonitoringParameters()

opcua::MonitoringParameters::MonitoringParameters ( double samplingInterval = 250.0,
ExtensionObject filter = {},
uint32_t queueSize = 1U,
bool discardOldest = true )
inline

Construct with default values from open62541.

The clientHandle parameter cannot be set by the user, any value will be replaced by the client before sending the request to the server.

Definition at line 1839 of file types_composed.hpp.

Member Function Documentation

◆ getSamplingInterval()

double opcua::MonitoringParameters::getSamplingInterval ( ) const
inlinenoexcept

Definition at line 1851 of file types_composed.hpp.

◆ getFilter() [1/2]

const ExtensionObject & opcua::MonitoringParameters::getFilter ( ) const
inlinenoexcept

Definition at line 1852 of file types_composed.hpp.

◆ getFilter() [2/2]

ExtensionObject & opcua::MonitoringParameters::getFilter ( )
inlinenoexcept

Definition at line 1852 of file types_composed.hpp.

◆ getQueueSize()

uint32_t opcua::MonitoringParameters::getQueueSize ( ) const
inlinenoexcept

Definition at line 1853 of file types_composed.hpp.

◆ getDiscardOldest()

bool opcua::MonitoringParameters::getDiscardOldest ( ) const
inlinenoexcept

Definition at line 1854 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 30 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

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

Constructor with native object (move rvalue).

Definition at line 34 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 42 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 46 of file typewrapper.hpp.