12 #ifndef SST_CORE_CORETEST_OUTPUT_H 13 #define SST_CORE_CORETEST_OUTPUT_H 15 #include "sst/core/component.h" 25 SST_ELI_REGISTER_COMPONENT(
29 SST_ELI_ELEMENT_VERSION(1,0,0),
30 "Test element for output objects",
31 COMPONENT_CATEGORY_UNCATEGORIZED
34 SST_ELI_DOCUMENT_PARAMS(
35 {
"test",
"Type of output test to perform", NULL}
39 SST_ELI_DOCUMENT_STATISTICS(
43 SST_ELI_DOCUMENT_PORTS(
47 SST_ELI_DOCUMENT_SUBCOMPONENT_SLOTS(
58 #endif // SST_CORE_CORETEST_OUTPUT_H Main component object for the simulation.
Definition: component.h:30
Definition: coreTest_Output.h:21
Parameter store.
Definition: params.h:63
Definition: coreTest_Output.cc:20