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

Method release_session

src/board_controller/playback_file_board.cpp:210–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210int PlaybackFileBoard::release_session ()
211{
212 if (initialized)
213 {
214 stop_stream ();
215 free_packages ();
216 initialized = false;
217 }
218 file_offsets.clear ();
219 return (int)BrainFlowExitCodes::STATUS_OK;
220}
221
222void PlaybackFileBoard::read_thread (int preset, std::string file)
223{

Callers

nothing calls this directly

Calls 1

stop_streamFunction · 0.70

Tested by

no test coverage detected