SST  7.2.0
StructuralSimulationToolkit
SST::ElementInfoEvent Struct Reference

Describes an Event. More...

#include <element.h>

Data Fields

const char * name
 
const char * description
 
void(* printHelp )(FILE *output)
 
eventInitialize init
 

Detailed Description

Describes an Event.

Field Documentation

◆ description

const char* SST::ElementInfoEvent::description

Brief description of this event.

◆ init

eventInitialize SST::ElementInfoEvent::init

Pointer to a function to initialize the library for use of this event. (optional)

◆ name

const char* SST::ElementInfoEvent::name

Name of the event

Referenced by SST::SSTInfoConfig::parseCmdLine().

◆ printHelp

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

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


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