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

Method config_board

src/board_controller/dyn_lib_board.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int DynLibBoard::config_board (std::string config, std::string &response)
215{
216 return call_config ((char *)config.c_str ());
217}
218
219int DynLibBoard::call_init ()
220{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected