Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ DLLLoader
Method
DLLLoader
src/utils/inc/runtime_dll_loader.h:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
{
19
public:
20
DLLLoader (const char *dll_path)
21
{
22
strcpy (this->dll_path, dll_path);
23
this->lib_instance = NULL;
24
}
25
26
~DLLLoader ()
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected