24 #ifndef DS301GROUP_HPP 25 #define DS301GROUP_HPP 28 namespace canopen_schunk {
30 template <
typename NodeT>
34 DS301Node::Ptr node(
new NodeT(node_id, can_device, heartbeat_monitor));
#define LOGGING_INFO(streamname, arg)
ThreadStream & endl(ThreadStream &stream)
std::vector< DS301Node::Ptr > m_nodes
DS301Node::Ptr addNode(const uint8_t node_id, const CanDevPtr can_device, HeartBeatMonitor::Ptr heartbeat_monitor)
Creates a new DS301Node and adds it to the group-.