| 106 | } |
| 107 | |
| 108 | int GforceDual::release_session () |
| 109 | { |
| 110 | safe_logger (spdlog::level::err, "GforceDual doesnt support Unix."); |
| 111 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 112 | } |
| 113 | |
| 114 | int GforceDual::stop_stream () |
| 115 | { |
nothing calls this directly
no outgoing calls
no test coverage detected