OpcUaCanOpen
CANopen OPC-UA server
SamplingSDO.cpp
Go to the documentation of this file.
1 #include "SamplingSDO.h"
2 
3 namespace AddressSpace
4 {
6  {
7  m_pUaCanSDOItem = NULL;
9  }
10 
11  /***
12  * Take a sample (read) of SDO Item
13  */
15  {
17  }
18 }