31 const U8* getBuffAddr()
const {
67 this->m_func = funcPtr;
74 #if FW_PORT_TRACING == 1
84 #if FW_PORT_SERIALIZATION == 1
91 #if FW_PORT_TRACING == 1
111 Fw::OutputPortBase(),
128 this->m_port = callPort;
131 #if FW_PORT_SERIALIZATION == 1
132 this->m_serPort =
nullptr;
139 #if FW_PORT_TRACING == 1
143 #if FW_PORT_SERIALIZATION
144 FW_ASSERT((this->m_port !=
nullptr) || (this->m_serPort !=
nullptr));
146 if (this->m_port !=
nullptr) {
151 CmdSeqCancelPortBuffer _buffer;
153 _status = this->m_serPort->invokeSerial(_buffer);
uint8_t U8
8-bit unsigned integer
PlatformUIntType NATIVE_UINT_TYPE
PlatformAssertArgType FwAssertArgType
OutputCmdSeqCancelPort()
Constructor.
void invoke()
Invoke a port interface.
void init()
Initialization function.
void addCallPort(InputCmdSeqCancelPort *callPort)
Register an input port.
SerializeStatus
forward declaration for string
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.