SST::ElementInfoComponent Struct Reference

Describes a Component and its associated information. More...

#include <element.h>

Data Fields

const char * name
const char * description
void(* printHelp )(FILE *output)
componentAllocate alloc
const ElementInfoParamparams
const ElementInfoPortports
uint32_t category
const ElementInfoStatisticstats

Detailed Description

Describes a Component and its associated information.


Field Documentation

Pointer to function to allocate a new instance of this component.

Bit-mask of categories in which this component fits.

Referenced by SST::SSTInfoElement_ComponentInfo::getCategoryValue().

Brief description of what the component does

Referenced by SST::SSTInfoElement_ComponentInfo::getDesc().

Name of the component

Referenced by SST::SSTInfoElement_ComponentInfo::getName().

List of parameters for which this component expects to look.

Referenced by SST::SSTInfoElement_ComponentInfo::SSTInfoElement_ComponentInfo().

List of ports that this component uses.

Referenced by SST::SSTInfoElement_ComponentInfo::SSTInfoElement_ComponentInfo().

void(* SST::ElementInfoComponent::printHelp)(FILE *output)

Pointer to a function that will print additional documentation about the component. (optional)

List of statistic Names that this component wants enabled.

Referenced by SST::SSTInfoElement_ComponentInfo::SSTInfoElement_ComponentInfo().


The documentation for this struct was generated from the following file:

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1