mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
20 lines
221 B
Fortran
20 lines
221 B
Fortran
module M {
|
|
|
|
passive component C {
|
|
|
|
command recv port cmdOut
|
|
|
|
command reg port cmdRegOut
|
|
|
|
command resp port cmdResponseIn
|
|
|
|
param P: U32
|
|
|
|
param get port prmGetOut
|
|
|
|
param set port prmSetOut
|
|
|
|
}
|
|
|
|
}
|