|
SatDump 2.0.0-alpha-520736c72
|
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() |