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

Method config_board

src/board_controller/synthetic_board.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256int SyntheticBoard::config_board (std::string config, std::string &response)
257{
258 response = "Config:" + config;
259 return (int)BrainFlowExitCodes::STATUS_OK;
260}
261
262// if you use this board as a reference, more likely you dont need to implement this method
263int SyntheticBoard::config_board_with_bytes (const char *bytes, int len)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected