PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <Replay.hpp>
Public Member Functions | |
virtual | ~CompatBase ()=default |
virtual void * | apply (void *data)=0 |
apply compatibility to a topic More... | |
Definition at line 101 of file Replay.hpp.
|
virtualdefault |
|
pure virtual |
apply compatibility to a topic
data | input topic (can be modified in place) |
Implemented in px4::Replay::CompatSensorCombinedDtType.
Referenced by px4::Replay::publishTopic().