Describes an interface classes can implement to receive and handle mavlink messages. More...
#include <mavlink_listener_interface.h>

Public Member Functions | |
| virtual void | handle_mavlink_message (const mavlink_message_t &msg)=0 |
| The handler function for mavlink messages to be implemented by derived classes. More... | |
Describes an interface classes can implement to receive and handle mavlink messages.
Definition at line 48 of file mavlink_listener_interface.h.
|
pure virtual |
The handler function for mavlink messages to be implemented by derived classes.
| msg | The mavlink message to handle |
Implemented in rosflight_io::rosflightIO, mavrosflight::ParamManager, and mavrosflight::TimeManager.