SST
8.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.
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
void(* SST::ElementInfoEvent::printHelp)(FILE *output) |
Pointer to a function that will print additional documentation about the event. (optional)