mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
10 lines
144 B
Fortran
10 lines
144 B
Fortran
@ A port with primitive parameters
|
|
port Primitive(
|
|
u32: U32,
|
|
ref u32Ref: U32,
|
|
f32: F32,
|
|
ref f32Ref: F32,
|
|
b: bool,
|
|
ref bRef: bool,
|
|
)
|