SatDump 2.0.0-alpha-76a915210
|
Struct holding functions related to products. More...
#include <product.h>
Public Attributes | |
std::function< std::shared_ptr< Product >(std::string)> | loadFromFile |
Struct holding functions related to products.
loadFromFile | function to load a specific product type from the cbor file. Eg, simply calls Product::load() |