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

Method stop_stream

src/board_controller/oymotion/gforce_dual.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114int GforceDual::stop_stream ()
115{
116 safe_logger (spdlog::level::err, "GforceDual doesnt support Unix.");
117 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
118}
119
120int GforceDual::start_stream (int buffer_size, const char *streamer_params)
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected