Helper class to easily give an object a parent of type T.
void set_data_static(const std::vector< uint8_t > &data)
void play(Ts... x) override
std::function< std::vector< uint8_t >(Ts...)> data_func_
void set_data_template(std::function< std::vector< uint8_t >(Ts...)> func)
std::vector< uint8_t > data_static_
Providing packet encoding functions for exchanging data with a remote host.