Files
fprime/FppTest/component/active/active.fpp
M Starch dfc655f789 Adding FppTest for overflow: drop, assert, hook (#2842)
* Adding FppTest for overflow: drop, assert, hook

* Fixing test file header

* Adding newline at end of file

* Newlines
2024-09-19 14:09:17 -07:00

20 lines
546 B
Fortran

@ An active component
active component ActiveTest {
include "../include/typed_ports.fppi"
include "../include/typed_ports_async.fppi"
include "../include/serial_ports.fppi"
include "../include/serial_ports_async.fppi"
include "../include/special_ports.fppi"
include "../include/internal_ports.fppi"
include "../include/output_ports.fppi"
include "../include/commands.fppi"
include "../include/commands_async.fppi"
include "../include/events.fppi"
include "../include/telemetry.fppi"
include "../include/params.fppi"
}