7 #ifndef Svc_FileDispatchPortAc_HPP 8 #define Svc_FileDispatchPortAc_HPP 14 #if !FW_DIRECT_PORT_CALLS 127 #if !FW_DIRECT_PORT_CALLS 183 #if FW_PORT_SERIALIZATION == 1
PlatformSizeType FwSizeType
FileDispatchPortSerializer()
Constructor.
Fw::Serializable::SizeType getCapacity() const override
void init()
Initialization function.
SerializeStatus
forward declaration for string
U8 * getBuffAddr() override
const U8 * getBuffAddr() const override
Fw::SerializeStatus deserializePortArgs(Fw::SerialBufferBase &_buffer)
Deserialze port arguments into members.
OutputFileDispatchPort()
Constructor.
A string backed by an external buffer.
uint8_t U8
8-bit unsigned integer
PlatformIndexType FwIndexType
static Fw::SerializeStatus serializePortArgs(Fw::StringBase &file_name, Fw::SerialBufferBase &_buffer)
Serialize port arguments into a buffer.
Fw::ExternalString m_file_name
void addCallPort(InputFileDispatchPort *callPort)
Register an input port.
RateGroupDivider component implementation.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
static constexpr FwSizeType CAPACITY
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
void invoke(Fw::StringBase &file_name) const
Invoke a port connection.