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

Method release_session

src/board_controller/oymotion/gforce_dual.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108int GforceDual::release_session ()
109{
110 safe_logger (spdlog::level::err, "GforceDual doesnt support Unix.");
111 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
112}
113
114int GforceDual::stop_stream ()
115{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected