mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
12 lines
199 B
Fortran
12 lines
199 B
Fortran
module Svc {
|
|
|
|
@ A component to implement log messages with a print to the console
|
|
passive component PassiveTextLogger {
|
|
|
|
@ Logging port
|
|
sync input port TextLogger: [1] Fw.LogText
|
|
|
|
}
|
|
|
|
}
|