mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
12 lines
195 B
Fortran
12 lines
195 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: Fw.LogText
|
|
|
|
}
|
|
|
|
}
|