5 #if FW_PORT_SERIALIZATION 11 OutputSerializePort::OutputSerializePort() : OutputPortBase() {}
13 OutputSerializePort::~OutputSerializePort() {}
19 #if FW_OBJECT_TO_STRING == 1 20 const char* OutputSerializePort::getToStringFormatString() {
21 return "Output Serial Port: %s %s->(%s)";
27 #endif // FW_PORT_SERIALIZATION
void init()
Initialize the OS Abstraction Layer (OSAL)
Implementation of malloc based allocator.