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;
Represents the configuration of a generic component.
Definition: configGraph.h:218
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:390
Represents the configuration of a generic Link.
Definition: configGraph.h:46
Class to contain SST Simulation Configuration variables.
Definition: config.h:30
Definition: configGraphOutput.h:42
Definition: dotConfigOutput.h:23