Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
bool DataBuffer::is_ready ()
34
{
35
return (data != NULL);
36
}
37
38
void DataBuffer::add_data (double *value)
39
{
Callers
4
prepare_for_acquisition
Method · 0.80
init_streamer
Method · 0.80
init_streamer
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64