mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Changed NodeInfoRetriever to inherit publicly from NodeStatusMonitor to allow access to node status API
This commit is contained in:
parent
8c2d86d55c
commit
c08016edbc
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user