Methods for resetting instances to various initial states.
More...
|
C_DECL_SPEC bool rrcCallConv | reset (RRHandle handle) |
| Resets all variables of the model to their current initial values. Does not change the parameters. More...
|
|
C_DECL_SPEC bool rrcCallConv | resetAll (RRHandle handle) |
| Resets all variables of the model to their current initial values, and resets all parameters to their original values. More...
|
|
C_DECL_SPEC bool rrcCallConv | resetToOrigin (RRHandle handle) |
| Resets the model to the state in which it was first loaded, including initial conditions, variables, and parameters. More...
|
|
C_DECL_SPEC bool rrcCallConv | resetParameter (RRHandle handle) |
| Resets all parameters of the model to their current initial values. More...
|
|
Methods for resetting instances to various initial states.
◆ reset()
C_DECL_SPEC bool rrcCallConv reset |
( |
RRHandle |
handle | ) |
|
Resets all variables of the model to their current initial values. Does not change the parameters.
- Parameters
-
[in] | handle | Handle to a RoadRunner instance |
- Returns
- Boolean indicating success
◆ resetAll()
C_DECL_SPEC bool rrcCallConv resetAll |
( |
RRHandle |
handle | ) |
|
Resets all variables of the model to their current initial values, and resets all parameters to their original values.
- Parameters
-
[in] | handle | Handle to a RoadRunner instance |
- Returns
- Boolean indicating success
◆ resetParameter()
C_DECL_SPEC bool rrcCallConv resetParameter |
( |
RRHandle |
handle | ) |
|
Resets all parameters of the model to their current initial values.
- Parameters
-
[in] | handle | Handle to a RoadRunner instance |
- Returns
- Boolean indicating success
◆ resetToOrigin()
C_DECL_SPEC bool rrcCallConv resetToOrigin |
( |
RRHandle |
handle | ) |
|
Resets the model to the state in which it was first loaded, including initial conditions, variables, and parameters.
- Parameters
-
[in] | handle | Handle to a RoadRunner instance |
- Returns
- Boolean indicating success