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

Method Explore

src/board_controller/mentalab/explore.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "timestamp.h"
9
10Explore::Explore (int board_id, struct BrainFlowInputParams params) : BTLibBoard (board_id, params)
11{
12 keep_alive = false;
13 last_eeg_timestamp = -1;
14 state = (int)BrainFlowExitCodes::SYNC_TIMEOUT_ERROR;
15 eeg_sampling_rate = Board::get_board_sampling_rate ((int)BrainFlowPresets::DEFAULT_PRESET);
16}
17
18Explore::~Explore ()
19{

Callers

nothing calls this directly

Calls 1

get_board_sampling_rateFunction · 0.85

Tested by

no test coverage detected