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

Method config_board

src/board_controller/oymotion/gforce_pro.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102int GforcePro::config_board (std::string config, std::string &response)
103{
104 safe_logger (spdlog::level::err, "GforcePro doesnt support Unix.");
105 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
106}
107
108int GforcePro::release_session ()
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected