mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
* Remove FPP dependencies on native int types * Revise FpConfig * Fix errors in FpConfig * Revise types Add size type alias to Serializable Remove type aliases for generated code
9 lines
129 B
Fortran
9 lines
129 B
Fortran
module Svc {
|
|
|
|
@ Scheduler Port with order argument
|
|
port Sched(
|
|
context: U32 @< The call order
|
|
)
|
|
|
|
}
|