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

Method get_marker_channel

cpp_package/src/board_shim.cpp:348–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348int BoardShim::get_marker_channel (int board_id, int preset)
349{
350 int marker_channel = 0;
351 int res = ::get_marker_channel (board_id, preset, &marker_channel);
352 if (res != (int)BrainFlowExitCodes::STATUS_OK)
353 {
354 throw BrainFlowException ("failed to get board info", res);
355 }
356 return marker_channel;
357}
358
359int BoardShim::get_battery_channel (int board_id, int preset)
360{

Callers

nothing calls this directly

Calls 2

get_marker_channelFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected