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

Function get_data_anc

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

Source from the content-addressed store, hash-verified

102}
103
104int get_data_anc (void *param)
105{
106 if (helper == NULL)
107 {
108 return (int)BrainFlowExitCodes::BOARD_NOT_CREATED_ERROR;
109 }
110 return helper->get_data_anc (param);
111}
112
113int release (void *param)
114{

Callers

nothing calls this directly

Calls 1

get_data_ancMethod · 0.80

Tested by

no test coverage detected