mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 14:54:07 +08:00
Merge branch 'master' into multiprocessing
This commit is contained in:
commit
fa2829a04a
@ -127,6 +127,15 @@ public:
|
||||
return -ErrNotInited;
|
||||
}
|
||||
|
||||
int spinOnce()
|
||||
{
|
||||
if (started_)
|
||||
{
|
||||
return INode::spinOnce();
|
||||
}
|
||||
return -ErrNotInited;
|
||||
}
|
||||
|
||||
bool isStarted() const { return started_; }
|
||||
|
||||
uint64_t getInternalFailureCount() const { return internal_failure_cnt_; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user