| 48 | } |
| 49 | |
| 50 | int 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 | |
| 59 | int stop_stream (void *param) |
| 60 | { |
nothing calls this directly
no test coverage detected