MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / get_board_sampling_rate

Method get_board_sampling_rate

src/board_controller/openbci/galea.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207int 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
216int Galea::start_stream (int buffer_size, const char *streamer_params)
217{

Callers

nothing calls this directly

Calls 1

get_board_sampling_rateFunction · 0.85

Tested by

no test coverage detected