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

Method Muse

src/board_controller/muse/muse.cpp:79–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79Muse::Muse (int board_id, struct BrainFlowInputParams params) : BLELibBoard (board_id, params)
80{
81 initialized = false;
82 muse_adapter = NULL;
83 muse_peripheral = NULL;
84 is_streaming = false;
85 last_fifth_chan_timestamp = -1.0;
86 last_ppg_timestamp = -1.0;
87 last_eeg_timestamp = -1.0;
88 last_aux_timestamp = -1.0;
89 muse_preset = "p21";
90}
91
92Muse::~Muse ()
93{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected