5 #ifndef UAVCAN_NODE_PUBLISHER_HPP_INCLUDED
6 #define UAVCAN_NODE_PUBLISHER_HPP_INCLUDED
17 template <
typename DataType_>
76 using BaseType::allowAnonymousTransfers;
77 using BaseType::getTransferSender;
78 using BaseType::getMinTxTimeout;
79 using BaseType::getMaxTxTimeout;
80 using BaseType::getTxTimeout;
81 using BaseType::setTxTimeout;
82 using BaseType::getPriority;
83 using BaseType::setPriority;
84 using BaseType::getNode;
89 #endif // UAVCAN_NODE_PUBLISHER_HPP_INCLUDED