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

Method get_board_sampling_rate

src/board_controller/mentalab/explore.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int 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
173int Explore::start_stream (int buffer_size, const char *streamer_params)
174{

Callers

nothing calls this directly

Calls 1

get_board_sampling_rateFunction · 0.85

Tested by

no test coverage detected