1 #ifndef FW_INPUT_SERIALIZE_PORT_HPP 2 #define FW_INPUT_SERIALIZE_PORT_HPP 6 #if FW_PORT_SERIALIZATION == 1 12 class InputSerializePort final :
public InputPortBase {
15 virtual ~InputSerializePort();
20 SerializeBufferBase& buffer)
override;
24 SerializeBufferBase& arg);
28 #if FW_OBJECT_TO_STRING == 1 29 const char* getToStringFormatString()
override;
34 InputSerializePort(InputSerializePort*);
35 InputSerializePort(InputSerializePort&);
36 InputSerializePort& operator=(InputSerializePort&);
41 #endif // FW_INPUT_SERIALIZE_PORT_HPP
SerializeStatus
forward declaration for string
void init()
Initialize the OS Abstraction Layer (OSAL)
PlatformIndexType FwIndexType