Go to the source code of this file.
◆ process_product_with_handler() [1/2]
void satdump::products::process_product_with_handler |
( |
Product * | p, |
|
|
std::string | directory ) |
|
inline |
Same as the process_product_with_handler, but instead taking a raw pointer as an input.
- Parameters
-
p | the product pointer |
directory | output directory |
◆ process_product_with_handler() [2/2]
void satdump::products::process_product_with_handler |
( |
std::shared_ptr< Product > | p, |
|
|
std::string | directory ) |
Attempt to automatically process a product with available pre-sets, such as composites and so on.
- Parameters
-
p | the product, loaded with loadProduct |
directory | output directory |