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

Method stop_stream

cpp_package/src/board_shim.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void BoardShim::stop_stream ()
162{
163 int res = ::stop_stream (board_id, serialized_params.c_str ());
164 if (res != (int)BrainFlowExitCodes::STATUS_OK)
165 {
166 throw BrainFlowException ("failed to stop stream", res);
167 }
168}
169
170void BoardShim::release_session ()
171{

Callers 1

mainFunction · 0.95

Calls 2

BrainFlowExceptionClass · 0.85
stop_streamFunction · 0.50

Tested by

no test coverage detected