mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 18:43:51 -06:00
11 lines
214 B
Fortran
11 lines
214 B
Fortran
locate type T at "T.fpp"
|
|
locate constant a at "a.fpp"
|
|
locate constant b at "b.fpp"
|
|
locate constant c at "c.fpp"
|
|
|
|
active component C {
|
|
|
|
event E(x: T) severity activity low id a format "x={}" throttle b every c
|
|
|
|
}
|