fprime/Svc/PassiveConsoleTextLogger/PassiveConsoleTextLogger.fpp

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