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

Method config_board_with_bytes

cpp_package/src/board_shim.cpp:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void BoardShim::config_board_with_bytes (const char *bytes, int len)
249{
250 int res = ::config_board_with_bytes (bytes, len, board_id, serialized_params.c_str ());
251 if (res != (int)BrainFlowExitCodes::STATUS_OK)
252 {
253 throw BrainFlowException ("failed to config board with bytes", res);
254 }
255}
256
257void BoardShim::insert_marker (double value, int preset)
258{

Callers

nothing calls this directly

Calls 2

config_board_with_bytesFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected