MCPcopy Create free account
hub / github.com/Unsigned-Long/iKalibr / EventDataLoader

Method EventDataLoader

src/sensor/event_data_loader.cpp:44–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43namespace ns_ikalibr {
44EventDataLoader::EventDataLoader(EventModelType model)
45 : _model(model) {}
46
47EventDataLoader::Ptr EventDataLoader::GetLoader(const std::string& modelStr) {
48 // try extract radar model

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected