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

Function get_num_rows

src/board_controller/board_info_getter.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114int get_num_rows (int board_id, int preset, int *num_rows)
115{
116 return get_single_value (board_id, preset, "num_rows", num_rows);
117}
118
119int get_timestamp_channel (int board_id, int preset, int *timestamp_channel)
120{

Callers 6

get_board_dataMethod · 0.85
get_num_rowsMethod · 0.85
read_thread_impedanceMethod · 0.85
get_board_dataMethod · 0.85

Calls 1

get_single_valueFunction · 0.85

Tested by

no test coverage detected