| 4 | |
| 5 | |
| 6 | DynLibBoard::DynLibBoard (int board_id, struct BrainFlowInputParams params) |
| 7 | : Board (board_id, params) |
| 8 | { |
| 9 | is_streaming = false; |
| 10 | keep_alive = false; |
| 11 | initialized = false; |
| 12 | state = (int)BrainFlowExitCodes::SYNC_TIMEOUT_ERROR; |
| 13 | dll_loader = NULL; |
| 14 | } |
| 15 | |
| 16 | DynLibBoard::~DynLibBoard () |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected