| 42 | |
| 43 | namespace ns_ikalibr { |
| 44 | EventDataLoader::EventDataLoader(EventModelType model) |
| 45 | : _model(model) {} |
| 46 | |
| 47 | EventDataLoader::Ptr EventDataLoader::GetLoader(const std::string& modelStr) { |
| 48 | // try extract radar model |
nothing calls this directly
no outgoing calls
no test coverage detected