Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ next
Method
next
src/utils/inc/data_buffer.h:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
size_t num_samples;
17
18
size_t next (size_t index)
19
{
20
return (index + 1) % buffer_size;
21
}
22
23
void get_chunk (size_t start, size_t size, double *data_buf);
24
Callers
1
handle_packet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected