|
CAPIO-CL 1.2.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
|
Dump the current loaded CAPIO-CL configuration from class Engine to a CAPIO-CL configuration file. More...
#include <serializer.h>
Static Public Member Functions | |
| static void | dump (const engine::Engine &engine, const std::filesystem::path &filename, const std::string &version=CAPIO_CL_VERSION::V1) |
| Dump the current configuration loaded into an instance of Engine to a CAPIO-CL configuration file. | |
Dump the current loaded CAPIO-CL configuration from class Engine to a CAPIO-CL configuration file.
|
static |
Dump the current configuration loaded into an instance of Engine to a CAPIO-CL configuration file.
| engine | instance of Engine to dump |
| filename | path of output file |
| version | Version of CAPIO-CL used to generate configuration files. |