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

#include <types.hpp>

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

Detailed Description

UA_ApplicationDescription wrapper class.

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

Definition at line 166 of file types.hpp.

Public Member Functions

 ApplicationDescription (std::string_view applicationUri, std::string_view productUri, LocalizedText applicationName, ApplicationType applicationType, std::string_view gatewayServerUri, std::string_view discoveryProfileUri, Span< const String > discoveryUrls)
 
const StringapplicationUri () const noexcept
 
const StringgetApplicationUri () const noexcept
 
StringapplicationUri () noexcept
 
StringgetApplicationUri () noexcept
 
const StringproductUri () const noexcept
 
const StringgetProductUri () const noexcept
 
StringproductUri () noexcept
 
StringgetProductUri () noexcept
 
const LocalizedTextapplicationName () const noexcept
 
const LocalizedTextgetApplicationName () const noexcept
 
LocalizedTextapplicationName () noexcept
 
LocalizedTextgetApplicationName () noexcept
 
ApplicationType applicationType () const noexcept
 
ApplicationType getApplicationType () const noexcept
 
const StringgatewayServerUri () const noexcept
 
const StringgetGatewayServerUri () const noexcept
 
StringgatewayServerUri () noexcept
 
StringgetGatewayServerUri () noexcept
 
const StringdiscoveryProfileUri () const noexcept
 
const StringgetDiscoveryProfileUri () const noexcept
 
StringdiscoveryProfileUri () noexcept
 
StringgetDiscoveryProfileUri () noexcept
 
Span< const StringdiscoveryUrls () const noexcept
 
Span< StringdiscoveryUrls () noexcept
 
Span< const StringgetDiscoveryUrls () const noexcept
 
Span< StringgetDiscoveryUrls () 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_ApplicationDescription, UA_TYPES_APPLICATIONDESCRIPTION >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ApplicationDescription &native)
 
constexpr TypeWrapper (UA_ApplicationDescription &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ApplicationDescription &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ApplicationDescription &&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_ApplicationDescription, UA_TYPES_APPLICATIONDESCRIPTION >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ApplicationDescription, UA_TYPES_APPLICATIONDESCRIPTION >
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

◆ ApplicationDescription()

opcua::ua::ApplicationDescription::ApplicationDescription ( std::string_view  applicationUri,
std::string_view  productUri,
LocalizedText  applicationName,
ApplicationType  applicationType,
std::string_view  gatewayServerUri,
std::string_view  discoveryProfileUri,
Span< const String discoveryUrls 
)
inline

Definition at line 171 of file types.hpp.

Member Function Documentation

◆ applicationUri() [1/2]

const String & opcua::ua::ApplicationDescription::applicationUri ( ) const
inlinenoexcept

Definition at line 190 of file types.hpp.

◆ getApplicationUri() [1/2]

const String & opcua::ua::ApplicationDescription::getApplicationUri ( ) const
inlinenoexcept
Deprecated:
Use applicationUri instead

Definition at line 190 of file types.hpp.

◆ applicationUri() [2/2]

String & opcua::ua::ApplicationDescription::applicationUri ( )
inlinenoexcept

Definition at line 190 of file types.hpp.

◆ getApplicationUri() [2/2]

String & opcua::ua::ApplicationDescription::getApplicationUri ( )
inlinenoexcept
Deprecated:
Use applicationUri instead

Definition at line 190 of file types.hpp.

◆ productUri() [1/2]

const String & opcua::ua::ApplicationDescription::productUri ( ) const
inlinenoexcept

Definition at line 191 of file types.hpp.

◆ getProductUri() [1/2]

const String & opcua::ua::ApplicationDescription::getProductUri ( ) const
inlinenoexcept
Deprecated:
Use productUri instead

Definition at line 191 of file types.hpp.

◆ productUri() [2/2]

String & opcua::ua::ApplicationDescription::productUri ( )
inlinenoexcept

Definition at line 191 of file types.hpp.

◆ getProductUri() [2/2]

String & opcua::ua::ApplicationDescription::getProductUri ( )
inlinenoexcept
Deprecated:
Use productUri instead

Definition at line 191 of file types.hpp.

◆ applicationName() [1/2]

const LocalizedText & opcua::ua::ApplicationDescription::applicationName ( ) const
inlinenoexcept

Definition at line 192 of file types.hpp.

◆ getApplicationName() [1/2]

const LocalizedText & opcua::ua::ApplicationDescription::getApplicationName ( ) const
inlinenoexcept
Deprecated:
Use applicationName instead

Definition at line 192 of file types.hpp.

◆ applicationName() [2/2]

LocalizedText & opcua::ua::ApplicationDescription::applicationName ( )
inlinenoexcept

Definition at line 192 of file types.hpp.

◆ getApplicationName() [2/2]

LocalizedText & opcua::ua::ApplicationDescription::getApplicationName ( )
inlinenoexcept
Deprecated:
Use applicationName instead

Definition at line 192 of file types.hpp.

◆ applicationType()

ApplicationType opcua::ua::ApplicationDescription::applicationType ( ) const
inlinenoexcept

Definition at line 193 of file types.hpp.

◆ getApplicationType()

ApplicationType opcua::ua::ApplicationDescription::getApplicationType ( ) const
inlinenoexcept
Deprecated:
Use applicationType instead

Definition at line 193 of file types.hpp.

◆ gatewayServerUri() [1/2]

const String & opcua::ua::ApplicationDescription::gatewayServerUri ( ) const
inlinenoexcept

Definition at line 194 of file types.hpp.

◆ getGatewayServerUri() [1/2]

const String & opcua::ua::ApplicationDescription::getGatewayServerUri ( ) const
inlinenoexcept
Deprecated:
Use gatewayServerUri instead

Definition at line 194 of file types.hpp.

◆ gatewayServerUri() [2/2]

String & opcua::ua::ApplicationDescription::gatewayServerUri ( )
inlinenoexcept

Definition at line 194 of file types.hpp.

◆ getGatewayServerUri() [2/2]

String & opcua::ua::ApplicationDescription::getGatewayServerUri ( )
inlinenoexcept
Deprecated:
Use gatewayServerUri instead

Definition at line 194 of file types.hpp.

◆ discoveryProfileUri() [1/2]

const String & opcua::ua::ApplicationDescription::discoveryProfileUri ( ) const
inlinenoexcept

Definition at line 195 of file types.hpp.

◆ getDiscoveryProfileUri() [1/2]

const String & opcua::ua::ApplicationDescription::getDiscoveryProfileUri ( ) const
inlinenoexcept
Deprecated:
Use discoveryProfileUri instead

Definition at line 195 of file types.hpp.

◆ discoveryProfileUri() [2/2]

String & opcua::ua::ApplicationDescription::discoveryProfileUri ( )
inlinenoexcept

Definition at line 195 of file types.hpp.

◆ getDiscoveryProfileUri() [2/2]

String & opcua::ua::ApplicationDescription::getDiscoveryProfileUri ( )
inlinenoexcept
Deprecated:
Use discoveryProfileUri instead

Definition at line 195 of file types.hpp.

◆ discoveryUrls() [1/2]

Span< const String > opcua::ua::ApplicationDescription::discoveryUrls ( ) const
inlinenoexcept

Definition at line 196 of file types.hpp.

◆ discoveryUrls() [2/2]

Span< String > opcua::ua::ApplicationDescription::discoveryUrls ( )
inlinenoexcept

Definition at line 196 of file types.hpp.

◆ getDiscoveryUrls() [1/2]

Span< const String > opcua::ua::ApplicationDescription::getDiscoveryUrls ( ) const
inlinenoexcept
Deprecated:
Use discoveryUrls instead

Definition at line 196 of file types.hpp.

◆ getDiscoveryUrls() [2/2]

Span< String > opcua::ua::ApplicationDescription::getDiscoveryUrls ( )
inlinenoexcept
Deprecated:
Use discoveryUrls instead

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