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

Function config_device

src/board_controller/muse/muse_bglib/main.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125int config_device (void *param)
126{
127 if (helper == NULL)
128 {
129 return (int)BrainFlowExitCodes::BOARD_NOT_CREATED_ERROR;
130 }
131 return helper->config_device ((const char *)param);
132}

Callers 3

open_deviceMethod · 0.70
stop_streamMethod · 0.70
start_streamMethod · 0.70

Calls 1

config_deviceMethod · 0.80

Tested by

no test coverage detected