OpcUaCanOpen
CANopen OPC-UA server
UaCanBusObject.cpp
Go to the documentation of this file.
1
#include "BuildingAutomationTypeIds.h"
2
#include "
UaCanBusObject.h
"
3
#include "
UaCanNodeObject.h
"
4
5
#include "
CANOpenServerConfig.h
"
6
7
namespace
CanOpen
8
{
15
UaCanBusObject::UaCanBusObject
(
CANBUS
*ca,
16
const
UaNodeId& newNodeId,
17
NmBuildingAutomation
* pNodeManager
18
)
19
:
UaControlDeviceGeneric
(UaString(ca->
name
().c_str()), newNodeId, pNodeManager,Ba_CanBusType,(::
xml_schema
::
type
*)ca,0)
20
{
21
/**************************************************************
22
* Create the PDO IO manager
23
**************************************************************/
24
25
// m_pIOManagerPDO = new IOManagerPDO; // IO manager for writing PDO
26
27
}
28
}
CanOpen
src
UaCanBusObject.cpp
Generated on Fri Sep 11 2020 14:29:55 for OpcUaCanOpen by
1.8.14