OpcUaCanOpen
CANopen OPC-UA server
|
DEVICE class is a template to create an object to control hardware device. More...
#include <AbstractHardware.h>
Inherits UserDevice::AbstractHardware.
Public Member Functions | |
DEVICE () | |
~DEVICE () | |
InterfaceUserDataBase * | createHardwareEntry (pUserDeviceStruct *parent, ::xsd::cxx::tree::type *conf, UaNode *blink, int code) |
The function create an object of type T. More... | |
![]() | |
AbstractHardware () | |
DEVICE class is a template to create an object to control hardware device.
T | is a parameter means the class of created object |
P | is a parameter represents of the type XML information The DEVICE class defines the abstract function inheriting from AbstarctHardware class. DEVICE class is to create an abject which take care about type of hardware. |
Definition at line 38 of file AbstractHardware.h.
|
inline |
Definition at line 40 of file AbstractHardware.h.
|
inline |
Definition at line 41 of file AbstractHardware.h.
|
inlinevirtual |
The function create an object of type T.
parent | the object representing the parent part of hardware |
conf | XML object containing the configuration information for this object |
blink | OpcUa node using information from this user object |
code | - function code of operation |
Implements UserDevice::AbstractHardware.
Definition at line 51 of file AbstractHardware.h.