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

Method StreamingBoard

src/board_controller/streaming_board.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13StreamingBoard::StreamingBoard (struct BrainFlowInputParams params)
14 : Board ((int)BoardIds::STREAMING_BOARD,
15 params) // its a hack - set board_id for streaming board here temporary and override it
16 // with master board id in prepare_session, board_id is protected and there is no
17 // api to get it so its ok
18{
19 keep_alive = false;
20 initialized = false;
21}
22
23StreamingBoard::~StreamingBoard ()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected