12 #ifndef SST_CORE_CORETEST_OUTPUT_H 13 #define SST_CORE_CORETEST_OUTPUT_H 15 #include "sst/core/component.h" 18 namespace CoreTestSerialization {
24 SST_ELI_REGISTER_COMPONENT(
28 SST_ELI_ELEMENT_VERSION(1,0,0),
29 "Test element for output objects",
30 COMPONENT_CATEGORY_UNCATEGORIZED
33 SST_ELI_DOCUMENT_PARAMS(
34 {
"test",
"Type of output test to perform", NULL}
38 SST_ELI_DOCUMENT_STATISTICS(
42 SST_ELI_DOCUMENT_PORTS(
46 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:20
Parameter store.
Definition: params.h:55