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

Method insert_marker

cpp_package/src/board_shim.cpp:257–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void BoardShim::insert_marker (double value, int preset)
258{
259 int res = ::insert_marker (value, preset, board_id, serialized_params.c_str ());
260 if (res != (int)BrainFlowExitCodes::STATUS_OK)
261 {
262 throw BrainFlowException ("failed to insert marker", res);
263 }
264}
265
266int BoardShim::get_board_id ()
267{

Callers

nothing calls this directly

Calls 2

insert_markerFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected