OpcUaCanOpen
CANopen OPC-UA server
UserDevice::pUserDeviceStruct Class Reference

UserDeviceStruct class is a generic representing the basic property of the user devices User device classes should base on this class
Instants of this class contain the link to the parent object (is exist), link to UaNode and function code describing the possible operation. More...

#include <UserDeviceStruct.h>

Inherits UserDataBase.

Public Member Functions

 pUserDeviceStruct (UserDeviceStruct *p)
 
 pUserDeviceStruct (const pUserDeviceStruct &a)
 
pUserDeviceStructoperator= (const pUserDeviceStruct a)
 
 pUserDeviceStruct ()=default
 
UserDeviceStructgetDevice ()
 

Public Attributes

std::shared_ptr< UserDeviceStructpPoint
 

Detailed Description

UserDeviceStruct class is a generic representing the basic property of the user devices User device classes should base on this class
Instants of this class contain the link to the parent object (is exist), link to UaNode and function code describing the possible operation.

Definition at line 22 of file UserDeviceStruct.h.

Constructor & Destructor Documentation

◆ pUserDeviceStruct() [1/3]

UserDevice::pUserDeviceStruct::pUserDeviceStruct ( UserDeviceStruct p)
inline

Definition at line 27 of file UserDeviceStruct.h.

◆ pUserDeviceStruct() [2/3]

UserDevice::pUserDeviceStruct::pUserDeviceStruct ( const pUserDeviceStruct a)
inline

Definition at line 33 of file UserDeviceStruct.h.

◆ pUserDeviceStruct() [3/3]

UserDevice::pUserDeviceStruct::pUserDeviceStruct ( )
default

Member Function Documentation

◆ getDevice()

UserDeviceStruct* UserDevice::pUserDeviceStruct::getDevice ( )
inline

Definition at line 42 of file UserDeviceStruct.h.

◆ operator=()

pUserDeviceStruct& UserDevice::pUserDeviceStruct::operator= ( const pUserDeviceStruct  a)
inline

Definition at line 37 of file UserDeviceStruct.h.

Member Data Documentation

◆ pPoint

std::shared_ptr<UserDeviceStruct> UserDevice::pUserDeviceStruct::pPoint

Definition at line 25 of file UserDeviceStruct.h.


The documentation for this class was generated from the following file: