mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 14:50:35 +08:00
Blah blah
This commit is contained in:
@@ -60,8 +60,8 @@ static void runForever(const uavcan_linux::NodePtr& node)
|
||||
void handleNodeStatusChange(const NodeStatusChangeEvent& event) override
|
||||
{
|
||||
std::cout << "Remote node NID " << int(event.node_id.get()) << " changed status: "
|
||||
<< int(event.old_status.status_code) << " --> "
|
||||
<< int(event.status.status_code) << std::endl;
|
||||
<< event.old_status.toString() << " --> "
|
||||
<< event.status.toString() << std::endl;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user