| 112 | } |
| 113 | |
| 114 | int 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 | |
| 119 | int get_timestamp_channel (int board_id, int preset, int *timestamp_channel) |
| 120 | { |
no test coverage detected