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

Function get_data_default

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

Source from the content-addressed store, hash-verified

84}
85
86int get_data_default (void *param)
87{
88 if (helper == NULL)
89 {
90 return (int)BrainFlowExitCodes::BOARD_NOT_CREATED_ERROR;
91 }
92 return helper->get_data_default (param);
93}
94
95int get_data_aux (void *param)
96{

Callers

nothing calls this directly

Calls 1

get_data_defaultMethod · 0.80

Tested by

no test coverage detected