13 #ifndef SST_CORE_DOT_CONFIG_OUTPUT_H 14 #define SST_CORE_DOT_CONFIG_OUTPUT_H 16 #include "sst/core/configGraph.h" 17 #include "sst/core/configGraphOutput.h" 33 void generateDot(
const ConfigLink* link,
const uint32_t dot_verbosity)
const;
39 #endif // SST_CORE_DOT_CONFIG_OUTPUT_H Definition: dotConfigOutput.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
Represents the configuration of a generic component.
Definition: configGraph.h:217
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:389
Represents the configuration of a generic Link.
Definition: configGraph.h:45
virtual void generate(const Config *cfg, ConfigGraph *graph) override
Definition: dotConfigOutput.cc:25
Class that stores data in a vector, but can access the data similar to a map.
Definition: sparseVectorMap.h:43