| 127 | } |
| 128 | |
| 129 | int StreamingBoard::config_board (std::string config, std::string &response) |
| 130 | { |
| 131 | // dont allow streaming boards to change config for master board |
| 132 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 133 | } |
| 134 | |
| 135 | int StreamingBoard::start_stream (int buffer_size, const char *streamer_params) |
| 136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected