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

Method release_session

src/board_controller/bt_lib_board.cpp:113–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int BTLibBoard::release_session ()
114{
115 if (dll_loader != NULL)
116 {
117 dll_loader->free_library ();
118 delete dll_loader;
119 dll_loader = NULL;
120 }
121 initialized = false;
122 return (int)BrainFlowExitCodes::STATUS_OK;
123}
124
125int BTLibBoard::config_board (std::string config, std::string &response)
126{

Callers

nothing calls this directly

Calls 1

free_libraryMethod · 0.80

Tested by

no test coverage detected