F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
ConsoleTextLoggerImpl.hpp
Go to the documentation of this file.
1 #ifndef SVC_TEXT_LOGGER_IMPL_HPP
2 #define SVC_TEXT_LOGGER_IMPL_HPP
3 
5 
6 namespace Svc {
7 
9  public:
10  // Only called by derived class
11  ConsoleTextLoggerImpl(const char* compName);
13 
14  private:
15  // downcalls for input ports
16  void TextLogger_handler(FwIndexType portNum,
17  FwEventIdType id,
18  Fw::Time& timeTag,
19  const Fw::LogSeverity& severity,
20  Fw::TextLogString& text);
21 };
22 
23 } // namespace Svc
24 
25 #endif
Auto-generated base for PassiveTextLogger component.
FwIdType FwEventIdType
The type of an event identifier.
ConsoleTextLoggerImpl(const char *compName)
Enum representing event severity.
PlatformIndexType FwIndexType
RateGroupDivider component implementation.