F´ Flight Software - C/C++ Documentation  devel
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 
10  public:
11 
12  // Only called by derived class
13  ConsoleTextLoggerImpl(const char* compName);
15 
16  private:
17 
18  // downcalls for input ports
19  void TextLogger_handler(NATIVE_INT_TYPE portNum, FwEventIdType id, Fw::Time &timeTag, const Fw::LogSeverity& severity, Fw::TextLogString &text);
20  };
21 
22 }
23 
24 #endif
PlatformIntType NATIVE_INT_TYPE
Definition: BasicTypes.h:55
U32 FwEventIdType
Definition: FpConfig.h:103
Enum representing event severity.
Definition: Time.hpp:9
ConsoleTextLoggerImpl(const char *compName)
Auto-generated base for PassiveTextLogger component.