| 162 | } |
| 163 | |
| 164 | int Explore::get_board_sampling_rate (int preset) |
| 165 | { |
| 166 | if (preset == (int)BrainFlowPresets::DEFAULT_PRESET) |
| 167 | { |
| 168 | return eeg_sampling_rate; |
| 169 | } |
| 170 | return Board::get_board_sampling_rate (preset); |
| 171 | } |
| 172 | |
| 173 | int Explore::start_stream (int buffer_size, const char *streamer_params) |
| 174 | { |
nothing calls this directly
no test coverage detected