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

Method SyntheticBoard

src/board_controller/synthetic_board.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23SyntheticBoard::SyntheticBoard (struct BrainFlowInputParams params)
24 : Board ((int)BoardIds::SYNTHETIC_BOARD, params)
25{
26 is_streaming = false;
27 keep_alive = false;
28 initialized = false;
29}
30
31SyntheticBoard::~SyntheticBoard ()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected