F´ Flight Software - C/C++ Documentation  NASA-v1.5.0
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);
14  void init(void);
16 
17  private:
18 
19  // downcalls for input ports
21 
22  // Track which line of the display we're on
23  NATIVE_INT_TYPE m_displayLine;
24  NATIVE_INT_TYPE m_pointerLine;
25 
26  };
27 
28 }
29 
30 #endif
Fw::TextLogString
Definition: TextLogString.hpp:11
Svc::ConsoleTextLoggerImpl::ConsoleTextLoggerImpl
ConsoleTextLoggerImpl(const char *compName)
Definition: ConsoleTextLoggerImplCommon.cpp:8
Fw::Time
Definition: Time.hpp:10
Fw::TextLogSeverity
TextLogSeverity
Definition: LogTextPortAc.hpp:26
Svc::PassiveTextLoggerComponentBase::severity
PROTECTED FwEventIdType Fw::Time Fw::TextLogSeverity severity
Definition: PassiveTextLoggerComponentAc.hpp:97
Svc::ConsoleTextLoggerImpl::init
void init(void)
Definition: ConsoleTextLoggerImplCommon.cpp:12
Svc::ConsoleTextLoggerImpl::~ConsoleTextLoggerImpl
~ConsoleTextLoggerImpl(void)
Definition: ConsoleTextLoggerImplCommon.cpp:16
Svc::ConsoleTextLoggerImpl
Definition: ConsoleTextLoggerImpl.hpp:8
Svc::PassiveTextLoggerComponentBase::text
PROTECTED FwEventIdType Fw::Time Fw::TextLogSeverity Fw::TextLogString & text
Definition: PassiveTextLoggerComponentAc.hpp:99
PassiveTextLoggerComponentAc.hpp
Svc::PassiveTextLoggerComponentBase
Auto-generated base for PassiveTextLogger component.
Definition: PassiveTextLoggerComponentAc.hpp:33
Svc
Definition: ActiveLoggerComponentAc.cpp:22
Svc::PassiveTextLoggerComponentBase::portNum
PRIVATE NATIVE_INT_TYPE portNum
Definition: PassiveTextLoggerComponentAc.hpp:167
Svc::PassiveTextLoggerComponentBase::timeTag
PROTECTED FwEventIdType Fw::Time & timeTag
Definition: PassiveTextLoggerComponentAc.hpp:96
FwEventIdType
#define FwEventIdType
Type representation for a event id.
Definition: FpConfig.hpp:70
NATIVE_INT_TYPE
int NATIVE_INT_TYPE
native integer type declaration
Definition: BasicTypes.hpp:29