Changed NodeInfoRetriever to inherit publicly from NodeStatusMonitor to allow access to node status API

This commit is contained in:
Ben Dyer 2015-10-11 21:22:00 +11:00
parent 8c2d86d55c
commit c08016edbc

View File

@ -88,7 +88,7 @@ public:
*
* Events from this class can be routed to many listeners, @ref INodeInfoListener.
*/
class UAVCAN_EXPORT NodeInfoRetriever : NodeStatusMonitor
class UAVCAN_EXPORT NodeInfoRetriever : public NodeStatusMonitor
, TimerBase
{
public: