SST  6.0.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

const char* SST::ElementInfoEvent::description

Brief description of this event.

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

eventInitialize SST::ElementInfoEvent::init

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

const char* SST::ElementInfoEvent::name

Name of the event

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

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: