SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
product_process.h File Reference
#include "product.h"

Go to the source code of this file.

Functions

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.
void satdump::products::process_product_with_handler (Product *p, std::string directory)
 Same as the process_product_with_handler, but instead taking a raw pointer as an input.

Function Documentation

◆ 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
pthe product pointer
directoryoutput 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
pthe product, loaded with loadProduct
directoryoutput directory