mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 04:05:00 -06:00
18 lines
194 B
Fortran
18 lines
194 B
Fortran
locate constant a at "a.fpp"
|
|
locate constant b at "b.fpp"
|
|
locate instance i at "i.fpp"
|
|
|
|
topology T {
|
|
|
|
instance i
|
|
|
|
telemetry packets P {
|
|
|
|
packet P1 id a group b {
|
|
i.c
|
|
}
|
|
|
|
}
|
|
|
|
}
|