| 21 | |
| 22 | |
| 23 | SyntheticBoard::SyntheticBoard (struct BrainFlowInputParams params) |
| 24 | : Board ((int)BoardIds::SYNTHETIC_BOARD, params) |
| 25 | { |
| 26 | is_streaming = false; |
| 27 | keep_alive = false; |
| 28 | initialized = false; |
| 29 | } |
| 30 | |
| 31 | SyntheticBoard::~SyntheticBoard () |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected