MCPcopy 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
40void 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_packageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected