fprime/Svc/PassiveConsoleTextLogger/PassiveConsoleTextLogger.fpp
2021-06-11 15:34:07 -07:00

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
}
}