1 #ifndef FW_OUTPUT_SERIALIZE_PORT_HPP 2 #define FW_OUTPUT_SERIALIZE_PORT_HPP 6 #if FW_PORT_SERIALIZATION == 1 12 class OutputSerializePort :
public OutputPortBase {
14 OutputSerializePort();
15 virtual ~OutputSerializePort();
19 #if FW_OBJECT_TO_STRING == 1 20 const char* getToStringFormatString()
override;
25 OutputSerializePort(OutputSerializePort*);
26 OutputSerializePort(OutputSerializePort&);
27 OutputSerializePort& operator=(OutputSerializePort&);
32 #endif // FW_OUTPUT_SERIALIZE_PORT_HPP
C++-compatible configuration header for fprime configuration.
void init()
Initialize the OS Abstraction Layer (OSAL)