7 #ifndef Fw_CompletionStatusPortAc_HPP 8 #define Fw_CompletionStatusPortAc_HPP 13 #if !FW_DIRECT_PORT_CALLS 118 #if !FW_DIRECT_PORT_CALLS 174 #if FW_PORT_SERIALIZATION == 1 The size of the serial representation.
void addCallPort(InputCompletionStatusPort *callPort)
Register an input port.
Fw::Serializable::SizeType getCapacity() const override
PlatformSizeType FwSizeType
void init()
Initialization function.
const U8 * getBuffAddr() const override
SerializeStatus
forward declaration for string
Fw::Completed m_completed
void invoke(const Fw::Completed &completed) const
Invoke a port connection.
static constexpr FwSizeType CAPACITY
U8 * getBuffAddr() override
static Fw::SerializeStatus serializePortArgs(const Fw::Completed &completed, Fw::SerialBufferBase &_buffer)
Serialize port arguments into a buffer.
uint8_t U8
8-bit unsigned integer
OutputCompletionStatusPort()
Constructor.
PlatformIndexType FwIndexType
CompletionStatusPortSerializer()
Constructor.
Fw::SerializeStatus deserializePortArgs(Fw::SerialBufferBase &_buffer)
Deserialze port arguments into members.
Implementation of malloc based allocator.