7 #ifndef Svc_DpWrittenPortAc_HPP 8 #define Svc_DpWrittenPortAc_HPP 16 #if !FW_DIRECT_PORT_CALLS 135 #if !FW_DIRECT_PORT_CALLS 195 #if FW_PORT_SERIALIZATION == 1 void invoke(const Fw::StringBase &fileName, FwDpPriorityType priority, FwSizeType size) const
Invoke a port connection.
PlatformSizeType FwSizeType
U32 FwDpPriorityType
The type of a data product priority.
void addCallPort(InputDpWrittenPort *callPort)
Register an input port.
Fw::SerializeStatus deserializePortArgs(Fw::SerialBufferBase &_buffer)
Deserialze port arguments into members.
Fw::Serializable::SizeType getCapacity() const override
DpWrittenPortSerializer()
Constructor.
OutputDpWrittenPort()
Constructor.
FwDpPriorityType m_priority
SerializeStatus
forward declaration for string
const U8 * getBuffAddr() const override
U8 * getBuffAddr() override
static constexpr FwSizeType CAPACITY
A string backed by an external buffer.
uint8_t U8
8-bit unsigned integer
Fw::ExternalString m_fileName
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
static Fw::SerializeStatus serializePortArgs(const Fw::StringBase &fileName, FwDpPriorityType priority, FwSizeType size, Fw::SerialBufferBase &_buffer)
Serialize port arguments into a buffer.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
void init()
Initialization function.