| 77 | |
| 78 | |
| 79 | Muse::Muse (int board_id, struct BrainFlowInputParams params) : BLELibBoard (board_id, params) |
| 80 | { |
| 81 | initialized = false; |
| 82 | muse_adapter = NULL; |
| 83 | muse_peripheral = NULL; |
| 84 | is_streaming = false; |
| 85 | last_fifth_chan_timestamp = -1.0; |
| 86 | last_ppg_timestamp = -1.0; |
| 87 | last_eeg_timestamp = -1.0; |
| 88 | last_aux_timestamp = -1.0; |
| 89 | muse_preset = "p21"; |
| 90 | } |
| 91 | |
| 92 | Muse::~Muse () |
| 93 | { |
nothing calls this directly
no outgoing calls
no test coverage detected