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

Method start_stream

src/board_controller/oymotion/gforce_dual.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120int GforceDual::start_stream (int buffer_size, const char *streamer_params)
121{
122 safe_logger (spdlog::level::err, "GforceDual doesnt support Unix.");
123 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
124}
125
126#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected