| 102 | } |
| 103 | |
| 104 | int 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 | |
| 113 | int release (void *param) |
| 114 | { |
nothing calls this directly
no test coverage detected