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"
30 void generateDot(
const ConfigLink& link,
const uint32_t dot_verbosity)
const;
36 #endif // SST_CORE_DOT_CONFIG_OUTPUT_H
Definition: dotConfigOutput.h:22
Definition: configGraphOutput.h:40
Class to contain SST Simulation Configuration variables.
Definition: config.h:29
Represents the configuration of a generic component.
Definition: configGraph.h:213
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:375
Represents the configuration of a generic Link.
Definition: configGraph.h:45