| 84 | } |
| 85 | |
| 86 | int 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 | |
| 95 | int get_data_aux (void *param) |
| 96 | { |
nothing calls this directly
no test coverage detected