| 11 | |
| 12 | |
| 13 | StreamingBoard::StreamingBoard (struct BrainFlowInputParams params) |
| 14 | : Board ((int)BoardIds::STREAMING_BOARD, |
| 15 | params) // its a hack - set board_id for streaming board here temporary and override it |
| 16 | // with master board id in prepare_session, board_id is protected and there is no |
| 17 | // api to get it so its ok |
| 18 | { |
| 19 | keep_alive = false; |
| 20 | initialized = false; |
| 21 | } |
| 22 | |
| 23 | StreamingBoard::~StreamingBoard () |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected