| 102 | } |
| 103 | |
| 104 | BoardShim::BoardShim (int board_id, struct BrainFlowInputParams params) |
| 105 | { |
| 106 | serialized_params = params_to_string (params); |
| 107 | this->params = params; |
| 108 | this->board_id = board_id; |
| 109 | } |
| 110 | |
| 111 | void BoardShim::prepare_session () |
| 112 | { |
nothing calls this directly
no test coverage detected