Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ stream_data
Method
stream_data
src/board_controller/file_streamer.cpp:40–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void FileStreamer::stream_data (double *data)
41
{
42
for (int i = 0; i < len - 1; i++)
43
{
44
fprintf (fp,
"%lf\t"
, data[i]);
45
}
46
fprintf (fp,
"%lf\n"
, data[len - 1]);
47
}
Callers
1
push_package
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected