#ifndef LCAMERA_DEV_SELECTOR_RESOLVE_H #define LCAMERA_DEV_SELECTOR_RESOLVE_H #include #include #include #include namespace lcamera_dev { CameraIdentityRecord resolveSelectorAgainstRecords( const std::vector& criteria, const std::vector& records); std::string formatCameraListForDiagnostics( const std::vector& records); } // namespace lcamera_dev #endif // LCAMERA_DEV_SELECTOR_RESOLVE_H