OpcUaCanOpen
CANopen OPC-UA server
UaCanBusObject.h
Go to the documentation of this file.
1
#ifndef __UACANBUSOBJECT_H__
2
#define __UACANBUSOBJECT_H__
3
4
#include "uaobjecttypes.h"
5
#include "
NmBuildingAutomation.h
"
6
#include "
UaControlDeviceGeneric.h
"
7
8
#include "
CANOpenServerConfig.h
"
9
//#include "CanObject.h"
10
11
using namespace
AddressSpace
;
12
13
namespace
CanOpen
14
{
18
class
UaCanBusObject
:
19
public
UaControlDeviceGeneric
20
{
21
public
:
27
UaCanBusObject
(
CANBUS
*ca,
28
const
UaNodeId& newNodeId,
29
NmBuildingAutomation
* pNodeManager
30
);
33
virtual
~UaCanBusObject
(
void
)
34
{
35
36
}
37
39
// IOManager *getPDOIOManager()
40
// {
41
// return ((CanObject *)getUserData())->getIOManager();
42
// }
43
44
private
:
45
46
};
47
}
48
49
#endif
CanOpen
include
UaCanBusObject.h
Generated on Fri Sep 11 2020 14:29:52 for OpcUaCanOpen by
1.8.14