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"
7 
8 #include "CANOpenServerConfig.h"
9 //#include "CanObject.h"
10 
11 using namespace AddressSpace;
12 
13 namespace CanOpen
14 {
20  {
21  public:
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