#pragma once #include "product_info.h" #include "products/product.h" #include namespace satdump { namespace firstparty { FirstPartyProductInfo identifyFirstPartyProductFile(std::string fpath); std::shared_ptr processFirstPartyProductFile(FirstPartyProductInfo info, std::string fpath); } // namespace firstparty } // namespace satdump