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

Method delete_streamer

cpp_package/src/board_shim.cpp:141–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void BoardShim::delete_streamer (std::string streamer_params, int preset)
142{
143 int res =
144 ::delete_streamer (streamer_params.c_str (), preset, board_id, serialized_params.c_str ());
145 if (res != (int)BrainFlowExitCodes::STATUS_OK)
146 {
147 throw BrainFlowException ("failed to delete streamer", res);
148 }
149}
150
151void BoardShim::start_stream (int buffer_size, std::string streamer_params)
152{

Callers

nothing calls this directly

Calls 2

delete_streamerFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected