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

Method get_timestamp_channel

cpp_package/src/board_shim.cpp:337–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337int BoardShim::get_timestamp_channel (int board_id, int preset)
338{
339 int timestamp_channel = 0;
340 int res = ::get_timestamp_channel (board_id, preset, &timestamp_channel);
341 if (res != (int)BrainFlowExitCodes::STATUS_OK)
342 {
343 throw BrainFlowException ("failed to get board info", res);
344 }
345 return timestamp_channel;
346}
347
348int BoardShim::get_marker_channel (int board_id, int preset)
349{

Callers

nothing calls this directly

Calls 2

get_timestamp_channelFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected