| 212 | } |
| 213 | |
| 214 | int DynLibBoard::config_board (std::string config, std::string &response) |
| 215 | { |
| 216 | return call_config ((char *)config.c_str ()); |
| 217 | } |
| 218 | |
| 219 | int DynLibBoard::call_init () |
| 220 | { |
nothing calls this directly
no outgoing calls
no test coverage detected