Definition at line 26 of file node_info_retriever.cpp.
◆ NodeInfoListener()
NodeInfoListener::NodeInfoListener |
( |
| ) |
|
|
inline |
◆ handleNodeInfoRetrieved()
virtual void NodeInfoListener::handleNodeInfoRetrieved |
( |
uavcan::NodeID |
node_id, |
|
|
const uavcan::protocol::GetNodeInfo::Response & |
node_info |
|
) |
| |
|
inlinevirtual |
◆ handleNodeInfoUnavailable()
virtual void NodeInfoListener::handleNodeInfoUnavailable |
( |
uavcan::NodeID |
node_id | ) |
|
|
inlinevirtual |
Called when the retriever decides that the node does not support the GetNodeInfo service. This method will never be called if the number of attempts is unlimited.
Implements uavcan::INodeInfoListener.
Definition at line 48 of file node_info_retriever.cpp.
◆ handleNodeStatusChange()
◆ handleNodeStatusMessage()
◆ info_unavailable_cnt
unsigned NodeInfoListener::info_unavailable_cnt |
◆ last_node_id
◆ last_node_info
std::unique_ptr<uavcan::protocol::GetNodeInfo::Response> NodeInfoListener::last_node_info |
◆ status_change_cnt
unsigned NodeInfoListener::status_change_cnt |
◆ status_message_cnt
unsigned NodeInfoListener::status_message_cnt |
The documentation for this struct was generated from the following file: