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

Method prepare_session

src/board_controller/oymotion/gforce_pro.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75int GforcePro::prepare_session ()
76{
77 if (!is_valid)
78 {
79 safe_logger (spdlog::level::info, "only one GForceLib per process is allowed");
80 return (int)BrainFlowExitCodes::ANOTHER_BOARD_IS_CREATED_ERROR;
81 }
82 return DynLibBoard::prepare_session ();
83}
84
85#else
86

Callers

nothing calls this directly

Calls 1

prepare_sessionFunction · 0.85

Tested by

no test coverage detected