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

Method add_streamer

cpp_package/src/board_shim.cpp:131–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void BoardShim::add_streamer (std::string streamer_params, int preset)
132{
133 int res =
134 ::add_streamer (streamer_params.c_str (), preset, board_id, serialized_params.c_str ());
135 if (res != (int)BrainFlowExitCodes::STATUS_OK)
136 {
137 throw BrainFlowException ("failed to add streamer", res);
138 }
139}
140
141void BoardShim::delete_streamer (std::string streamer_params, int preset)
142{

Callers 1

mainFunction · 0.95

Calls 2

add_streamerFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected