OpcUaCanOpen
CANopen OPC-UA server
|
the class to execute method on a can buss Inherits ua BaseMethod and contains hardware interface connection. More...
#include <UaProgramMethod.h>
Inherits AddressSpace::UaDeviceMethod< T >.
Public Member Functions | |
UaProgramMethod (T *cur, NmBuildingAutomation *pNodeManager, UaMethod *instance, UaMutexRefCounted *pSharedMutex) | |
Constructor. More... | |
UaProgramMethod (T *cur, const UaNodeId &nodeId, const UaString &name, NmBuildingAutomation *pNodeManager, OpcUa_UInt32 icode, UaMutexRefCounted *pSharedMutex) | |
virtual UaStatus | execute () |
execute the method More... | |
virtual | ~UaProgramMethod (void) |
Destructor. More... | |
![]() | |
UaDeviceMethod (T *cur, NmBuildingAutomation *pNodeManager, UaMethod *instance, UaMutexRefCounted *pSharedMutex) | |
Constructor. More... | |
UaDeviceMethod (T *cur, const UaNodeId &nodeId, const UaString &name, NmBuildingAutomation *pNodeManager, OpcUa_UInt32 icode, UaMutexRefCounted *pSharedMutex) | |
virtual | ~UaDeviceMethod (void) |
Destructor. More... | |
OpcUa_UInt32 | getFunctionCode () |
Private Member Functions | |
UA_DISABLE_COPY (UaProgramMethod) | |
Additional Inherited Members | |
![]() | |
OpcUa_UInt32 | m_iCode |
the class to execute method on a can buss Inherits ua BaseMethod and contains hardware interface connection.
Definition at line 14 of file UaProgramMethod.h.
|
inline |
Constructor.
cur | parent ua node |
pNodeManager | pointer to node manager |
instance | pointer to method type |
pSharedMutex |
Definition at line 24 of file UaProgramMethod.h.
|
inline |
Definition at line 30 of file UaProgramMethod.h.
|
inlinevirtual |
Destructor.
Definition at line 88 of file UaProgramMethod.h.
|
inlinevirtual |
execute the method
Reimplemented from AddressSpace::UaDeviceMethod< T >.
Definition at line 37 of file UaProgramMethod.h.
|
private |