| 52 | } |
| 53 | |
| 54 | int NotionOSC::config_board (std::string config, std::string &response) |
| 55 | { |
| 56 | safe_logger (spdlog::level::err, "Notion OSC doesnt support config_board"); |
| 57 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 58 | } |
| 59 | |
| 60 | int NotionOSC::start_stream (int buffer_size, const char *streamer_params) |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected