7 #ifndef Fw_DpSendPortAc_HPP 8 #define Fw_DpSendPortAc_HPP 14 #if !FW_DIRECT_PORT_CALLS 122 #if !FW_DIRECT_PORT_CALLS 180 #if FW_PORT_SERIALIZATION == 1
void init()
Initialization function.
const U8 * getBuffAddr() const override
PlatformSizeType FwSizeType
void addCallPort(InputDpSendPort *callPort)
Register an input port.
Fw::Serializable::SizeType getCapacity() const override
Fw::SerializeStatus deserializePortArgs(Fw::SerialBufferBase &_buffer)
Deserialze port arguments into members.
Size of Fw::Buffer when serialized.
static constexpr FwSizeType CAPACITY
static Fw::SerializeStatus serializePortArgs(FwDpIdType id, const Fw::Buffer &buffer, Fw::SerialBufferBase &_buffer)
Serialize port arguments into a buffer.
DpSendPortSerializer()
Constructor.
OutputDpSendPort()
Constructor.
SerializeStatus
forward declaration for string
uint8_t U8
8-bit unsigned integer
FwIdType FwDpIdType
The type of a data product identifier.
PlatformIndexType FwIndexType
U8 * getBuffAddr() override
Implementation of malloc based allocator.
void invoke(FwDpIdType id, const Fw::Buffer &buffer) const
Invoke a port connection.