| 97 | } |
| 98 | |
| 99 | int Emotibit::config_board (std::string conf, std::string &response) |
| 100 | { |
| 101 | return send_control_msg (conf.c_str ()); |
| 102 | } |
| 103 | |
| 104 | int Emotibit::start_stream (int buffer_size, const char *streamer_params) |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected