fprime/Fw/Interfaces/Command.fpp
Andrei Tumbar 5723115f5e
Add FPP Interfaces (#3709)
* Interfaces

* Point to new fpp alpha release

* Fix the fprime-gds version

* Update for framer/deframer work

* Fix cmake tests

* Clean up annotations

* Clean up final fpp
2025-06-24 09:08:44 -07:00

13 lines
254 B
Fortran

module Fw {
interface Command {
@ Command registration port
command reg port cmdRegOut
@ Command received port
command recv port cmdIn
@ Command response port
command resp port cmdResponseOut
}
}