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

Function get_device_name

src/board_controller/board_info_getter.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129int get_device_name (int board_id, int preset, char *name, int *len, int max_len)
130{
131 return get_string_value (board_id, preset, "name", name, len, max_len);
132}
133
134int get_eeg_channels (int board_id, int preset, int *eeg_channels, int *len)
135{

Callers

nothing calls this directly

Calls 1

get_string_valueFunction · 0.85

Tested by

no test coverage detected