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

Method start_stream

cpp_package/src/board_shim.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void BoardShim::start_stream (int buffer_size, std::string streamer_params)
152{
153 int res = ::start_stream (
154 buffer_size, streamer_params.c_str (), board_id, serialized_params.c_str ());
155 if (res != (int)BrainFlowExitCodes::STATUS_OK)
156 {
157 throw BrainFlowException ("failed to start stream", res);
158 }
159}
160
161void BoardShim::stop_stream ()
162{

Callers 1

mainFunction · 0.95

Calls 2

BrainFlowExceptionClass · 0.85
start_streamFunction · 0.50

Tested by

no test coverage detected