EOM func plugin interface used to register
the plugin's inputs, outputs, and events.
ExcludeEvent |
Registers an event on which the plugin should not be run. |
RegisterInput |
Registers as input to the plugin a built-in value in the state vector. |
RegisterParameterOutput |
Registers a built-in value in the state vector as a parameter output of the plugin. |
RegisterUserDerivativeOutput |
Registers a user value in the state vector of which the plugin will give the 1st derivative. |
RegisterUserInput |
Registers as input to the plugin a user value in the state vector. |
RegisterUserParameterOutput |
Registers a user value in the state vector as a parameter output of the plugin. |