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

Method prepare_session

src/board_controller/enophone/enophone.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int Enophone::prepare_session ()
24{
25 if (params.ip_port <= 0)
26 {
27 params.ip_port = 1; // default for enophone
28 }
29 return BTLibBoard::prepare_session ();
30}
31
32int Enophone::start_stream (int buffer_size, const char *streamer_params)
33{

Callers

nothing calls this directly

Calls 1

prepare_sessionFunction · 0.85

Tested by

no test coverage detected