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

Method release_all_sessions

cpp_package/src/board_shim.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93//////////////////////////////////////////
94
95void BoardShim::release_all_sessions ()
96{
97 int res = ::release_all_sessions ();
98 if (res != (int)BrainFlowExitCodes::STATUS_OK)
99 {
100 throw BrainFlowException ("failed to release sessions", res);
101 }
102}
103
104BoardShim::BoardShim (int board_id, struct BrainFlowInputParams params)
105{

Callers

nothing calls this directly

Calls 2

BrainFlowExceptionClass · 0.85
release_all_sessionsFunction · 0.50

Tested by

no test coverage detected