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

Function open_device

src/board_controller/muse/muse_bglib/main.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int open_device (void *param)
51{
52 if (helper == NULL)
53 {
54 return (int)BrainFlowExitCodes::BOARD_NOT_CREATED_ERROR;
55 }
56 return helper->open_device ();
57}
58
59int stop_stream (void *param)
60{

Callers

nothing calls this directly

Calls 1

open_deviceMethod · 0.80

Tested by

no test coverage detected