SST
6.0.0
StructuralSimulationToolkit
|
#include <element.h>
Data Fields | |
const char * | name |
const char * | description |
void(* | printHelp )(FILE *output) |
eventInitialize | init |
Describes an Event.
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)