Definition at line 10 of file node_status_provider.cpp.
◆ AdHocNodeStatusUpdater()
AdHocNodeStatusUpdater::AdHocNodeStatusUpdater |
( |
| ) |
|
|
inline |
◆ updateNodeStatus()
virtual void AdHocNodeStatusUpdater::updateNodeStatus |
( |
| ) |
|
|
inlinevirtual |
This method is invoked by the library from NodeStatusProvider from the library's thread immediately before the next NodeStatus message is transmitted. The application can implement this method to perform node status updates only as necessary. The application is expected to invoke the methods of NodeStatusProvider to update the status from this method. Note that this method is only invoked when publication is happening by the timer event. It will NOT be invoked if the following methods are used to trigger node status publication:
- NodeStatusProvider::startAndPublish()
- NodeStatusProvider::forcePublish()
Implements uavcan::IAdHocNodeStatusUpdater.
Definition at line 16 of file node_status_provider.cpp.
◆ invokations
The documentation for this struct was generated from the following file: