mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
18 lines
360 B
Fortran
18 lines
360 B
Fortran
@ Interface definition
|
|
interface I {
|
|
|
|
@ General port instance specifier
|
|
sync input port p: [10] P priority 10 assert
|
|
@< General port instance specifier
|
|
|
|
@ Special port instance specifier
|
|
command recv port cmdIn
|
|
@< Special port instance specifier
|
|
|
|
@ Interface import specifier
|
|
import J
|
|
@< Interface import specifier
|
|
|
|
}
|
|
@< Interface definition
|