2024-10-25 11:08:06 -07:00

18 lines
216 B
Fortran

module FppTest {
active component SmStateActive {
include "include/sm_state.fppi"
}
queued component SmStateQueued {
sync input port schedIn: Svc.Sched
include "include/sm_state.fppi"
}
}