| 100 | } |
| 101 | |
| 102 | int GforcePro::config_board (std::string config, std::string &response) |
| 103 | { |
| 104 | safe_logger (spdlog::level::err, "GforcePro doesnt support Unix."); |
| 105 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 106 | } |
| 107 | |
| 108 | int GforcePro::release_session () |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected