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

Method config_board

src/board_controller/streaming_board.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129int StreamingBoard::config_board (std::string config, std::string &response)
130{
131 // dont allow streaming boards to change config for master board
132 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
133}
134
135int StreamingBoard::start_stream (int buffer_size, const char *streamer_params)
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected