F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
OutputSerializePort.cpp
Go to the documentation of this file.
1
#include <
Fw/Port/OutputSerializePort.hpp
>
2
#include <
Fw/Types/Assert.hpp
>
3
#include <cstdio>
4
5
#if FW_PORT_SERIALIZATION
6
7
namespace
Fw
{
8
9
// SerializePort has no call interface. It is to pass through serialized data
10
11
OutputSerializePort::OutputSerializePort() : OutputPortBase() {
12
}
13
14
OutputSerializePort::~OutputSerializePort() {
15
}
16
17
void
OutputSerializePort::init
() {
18
OutputPortBase::init
();
19
}
20
21
#if FW_OBJECT_TO_STRING == 1
22
const
char
* OutputSerializePort::getToStringFormatString() {
23
return
"Output Serial Port: %s %s->(%s)"
;
24
}
25
#endif
26
27
28
}
29
30
#endif // FW_PORT_SERIALIZATION
Fw::OutputPortBase::init
void init() override
Definition:
OutputPortBase.cpp:21
Assert.hpp
Os::init
void init()
Initialize the OS Abstraction Layer (OSAL)
Definition:
Os.cpp:15
Fw
Definition:
FppConstantsAc.hpp:121
OutputSerializePort.hpp
Fw
Port
OutputSerializePort.cpp
Generated by
1.8.14