バグを確認
1 parent c348f1a commit 5cbfed7aaa9029c142a817157ef29d52e6f94b40
yoichiro authored on 24 May 2020
Showing 1 changed file
View
2
■■■
AlgebraicDataflowArchitectureModel/models/Game.model
channel CIO {
out force(f:Double, action(x:Double)) == x
out time(t:Double, action(x)) == t + 0.01
out force(f, e) == x
out time(t, e) == t + 0.01
}
 
channel CIO2 {
out velocity(v:Double, setVel(x:Double)) == x