OpenM++ runtime library (libopenm)
|
OpenM++ model: main entry point. More...
Functions | |
int | main (int argc, char **argv) |
main entry point | |
Variables | |
OM_RUN_ONCE_HANDLER | RunOnceHandler |
model one-time initialization | |
OM_RUN_INIT_HANDLER | RunInitHandler |
model run initialization: read input parameters | |
OM_STARTUP_HANDLER | ModelStartupHandler |
model startup method: initialize sub-value | |
OM_EVENT_LOOP_HANDLER | RunModelHandler |
model event loop: user code entry point | |
OM_SHUTDOWN_HANDLER | ModelShutdownHandler |
model shutdown method: save output results | |
OM_RUN_SHUTDOWN_HANDLER | RunShutdownHandler |
process shutdown: last entry point from user code before process exit | |
OpenM++ model: main entry point.