| 205 | } |
| 206 | |
| 207 | int Galea::get_board_sampling_rate (int preset) |
| 208 | { |
| 209 | if (preset != (int)BrainFlowPresets::DEFAULT_PRESET) |
| 210 | { |
| 211 | return Board::get_board_sampling_rate (preset); |
| 212 | } |
| 213 | return current_sampling_rate; |
| 214 | } |
| 215 | |
| 216 | int Galea::start_stream (int buffer_size, const char *streamer_params) |
| 217 | { |
nothing calls this directly
no test coverage detected