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

Method config_board

src/board_controller/openbci/ganglion_native.cpp:339–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339int GanglionNative::config_board (std::string config, std::string &response)
340{
341 // todo do smth to unify available commands
342 // and make them more or less standard between devices
343 if (config == "get_firmware_version")
344 {
345 response = std::to_string (firmware);
346 return (int)BrainFlowExitCodes::STATUS_OK;
347 }
348 return config_board (config);
349}
350
351int GanglionNative::config_board (std::string config)
352{

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.80
config_boardFunction · 0.50

Tested by

no test coverage detected