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

Method get_package_num_channel

cpp_package/src/board_shim.cpp:326–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326int BoardShim::get_package_num_channel (int board_id, int preset)
327{
328 int package_num_channel = -1;
329 int res = ::get_package_num_channel (board_id, preset, &package_num_channel);
330 if (res != (int)BrainFlowExitCodes::STATUS_OK)
331 {
332 throw BrainFlowException ("failed to get board info", res);
333 }
334 return package_num_channel;
335}
336
337int BoardShim::get_timestamp_channel (int board_id, int preset)
338{

Callers

nothing calls this directly

Calls 2

get_package_num_channelFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected