#include "piezoresistive_a_plugin.h" #include ProtocolBundle PiezoresistiveAPlugin::createBundle() { ProtocolBundle bundle; bundle.codec = std::make_shared(); bundle.decoder = std::make_shared(); bundle.format = std::make_shared(); return bundle; }