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
7 lines
119 B
Fortran
7 lines
119 B
Fortran
module Svc {
|
|
interface Time {
|
|
@ Port to retrieve time
|
|
sync input port timeGetPort: Fw.Time
|
|
}
|
|
}
|