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

Method is_ready

src/utils/data_buffer.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool DataBuffer::is_ready ()
34{
35 return (data != NULL);
36}
37
38void DataBuffer::add_data (double *value)
39{

Callers 4

init_streamerMethod · 0.80
init_streamerMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64