Skip to content

Commit 6dc929b

Browse files
committed
Add state machine operators
1 parent 37caa8b commit 6dc929b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ using PrecompileTools, Reexport
5656
exprs_occur_in, solve_for, build_expr, unwrap, wrap,
5757
VariableSource, getname, variable, Connection, connect,
5858
NAMESPACE_SEPARATOR, set_scalar_metadata, setdefaultval,
59-
initial_state, transition
59+
initial_state, transition, activeState, entry, ticksInState,
60+
timeInState
6061
import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
6162
jacobian_sparsity, isaffine, islinear, _iszero, _isone,
6263
tosymbol, lower_varname, diff2term, var_from_nested_derivative,

0 commit comments

Comments
 (0)