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

#include <types.hpp>

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

Detailed Description

UA_AxisInformation wrapper class.

See also
https://reference.opcfoundation.org/Core/Part8/v105/docs/5.6.6

Definition at line 2552 of file types.hpp.

Public Member Functions

 AxisInformation (EUInformation engineeringUnits, Range eURange, LocalizedText title, AxisScaleEnumeration axisScaleType, Span< const double > axisSteps)
 
const EUInformationengineeringUnits () const noexcept
 
EUInformationengineeringUnits () noexcept
 
const RangeeURange () const noexcept
 
RangeeURange () noexcept
 
const LocalizedTexttitle () const noexcept
 
LocalizedTexttitle () noexcept
 
AxisScaleEnumeration axisScaleType () const noexcept
 
Span< const double > axisSteps () const noexcept
 
Span< double > axisSteps () noexcept
 
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
 ~Wrapper () noexcept=default
 
constexpr Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) 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, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () noexcept
 

Constructor & Destructor Documentation

◆ AxisInformation()

opcua::ua::AxisInformation::AxisInformation ( EUInformation  engineeringUnits,
Range  eURange,
LocalizedText  title,
AxisScaleEnumeration  axisScaleType,
Span< const double >  axisSteps 
)
inline

Definition at line 2556 of file types.hpp.

Member Function Documentation

◆ axisScaleType()

AxisScaleEnumeration opcua::ua::AxisInformation::axisScaleType ( ) const
inlinenoexcept

Definition at line 2574 of file types.hpp.

◆ axisSteps() [1/2]

Span< const double > opcua::ua::AxisInformation::axisSteps ( ) const
inlinenoexcept

Definition at line 2575 of file types.hpp.

◆ axisSteps() [2/2]

Span< double > opcua::ua::AxisInformation::axisSteps ( )
inlinenoexcept

Definition at line 2575 of file types.hpp.

◆ engineeringUnits() [1/2]

const EUInformation & opcua::ua::AxisInformation::engineeringUnits ( ) const
inlinenoexcept

Definition at line 2571 of file types.hpp.

◆ engineeringUnits() [2/2]

EUInformation & opcua::ua::AxisInformation::engineeringUnits ( )
inlinenoexcept

Definition at line 2571 of file types.hpp.

◆ eURange() [1/2]

const Range & opcua::ua::AxisInformation::eURange ( ) const
inlinenoexcept

Definition at line 2572 of file types.hpp.

◆ eURange() [2/2]

Range & opcua::ua::AxisInformation::eURange ( )
inlinenoexcept

Definition at line 2572 of file types.hpp.

◆ title() [1/2]

const LocalizedText & opcua::ua::AxisInformation::title ( ) const
inlinenoexcept

Definition at line 2573 of file types.hpp.

◆ title() [2/2]

LocalizedText & opcua::ua::AxisInformation::title ( )
inlinenoexcept

Definition at line 2573 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.