F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
DefaultConsole.cpp
Go to the documentation of this file.
1// ======================================================================
2// \title Os/Stub/DefaultConsole.cpp
3// \brief sets default Os::Console to stub implementation via linker
4// ======================================================================
5#include "Os/Console.hpp"
6#include "Os/Stub/Console.hpp"
7#include "Os/Delegate.hpp"
8
9namespace Os {
10ConsoleInterface* ConsoleInterface::getDelegate(ConsoleHandleStorage& aligned_new_memory, const ConsoleInterface* to_copy) {
11 return Os::Delegate::makeDelegate<ConsoleInterface, Os::Stub::Console::StubConsole>(aligned_new_memory, to_copy);
12}
13}
U8 ConsoleHandleStorage[FW_CONSOLE_HANDLE_MAX_SIZE]
Definition Os.hpp:11
static ConsoleInterface * getDelegate(ConsoleHandleStorage &aligned_placement_new_memory, const ConsoleInterface *to_copy=nullptr)
provide a pointer to a console delegate object