mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
26 lines
303 B
Fortran
26 lines
303 B
Fortran
module M {
|
|
|
|
passive component C {
|
|
|
|
command recv port cmdOut
|
|
|
|
command reg port cmdRegOut
|
|
|
|
command resp port cmdResponseOut
|
|
|
|
sync command C
|
|
|
|
}
|
|
|
|
passive component NoCommands {
|
|
|
|
command recv port cmdOut
|
|
|
|
command reg port cmdRegOut
|
|
|
|
command resp port cmdResponseOut
|
|
|
|
}
|
|
|
|
}
|