| 112 | } |
| 113 | |
| 114 | int GforceDual::stop_stream () |
| 115 | { |
| 116 | safe_logger (spdlog::level::err, "GforceDual doesnt support Unix."); |
| 117 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 118 | } |
| 119 | |
| 120 | int GforceDual::start_stream (int buffer_size, const char *streamer_params) |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected