| 657 | ///////////////////////////////////////////////// |
| 658 | |
| 659 | std::pair<int, struct BrainFlowInputParams> get_key ( |
| 660 | int board_id, struct BrainFlowInputParams params) |
| 661 | { |
| 662 | std::pair<int, struct BrainFlowInputParams> key = std::make_pair (board_id, params); |
| 663 | return key; |
| 664 | } |
| 665 | |
| 666 | int check_board_session (int board_id, const char *json_brainflow_input_params, |
| 667 | std::pair<int, struct BrainFlowInputParams> &key, bool log_error) |
no outgoing calls
no test coverage detected