13 #ifndef SST_CORE_JSON_CONFIG_OUTPUT_H 14 #define SST_CORE_JSON_CONFIG_OUTPUT_H 16 #include "sst/core/configGraph.h" 17 #include "sst/core/configGraphOutput.h" 33 #endif // SST_CORE_JSON_CONFIG_OUTPUT_H Definition: jsonConfigOutput.h:22
Outputs configuration data to a specified file path.
Definition: configGraphOutput.h:54
Class to contain SST Simulation Configuration variables.
Definition: config.h:38
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:389
virtual void generate(const Config *cfg, ConfigGraph *graph) override
Definition: jsonConfigOutput.cc:142