mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* 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
13 lines
254 B
Fortran
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
|
|
}
|
|
}
|