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
21 lines
515 B
Fortran
21 lines
515 B
Fortran
@ A queued component
|
|
queued component QueuedTest {
|
|
|
|
import FppTest.SerialPorts
|
|
import FppTest.SerialPortsAsync
|
|
import FppTest.SpecialPorts
|
|
import FppTest.TypedPorts
|
|
import FppTest.TypedPortsAsync
|
|
import FppTest.OutputPorts
|
|
|
|
include "../include/internal_ports.fppi"
|
|
|
|
include "../include/commands.fppi"
|
|
include "../include/commands_async.fppi"
|
|
include "../include/events.fppi"
|
|
include "../include/telemetry.fppi"
|
|
include "../include/params.fppi"
|
|
include "../include/external_params.fppi"
|
|
|
|
}
|