MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / config_board

Method config_board

src/board_controller/neurosity/notion_osc.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int 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
60int NotionOSC::start_stream (int buffer_size, const char *streamer_params)
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected