7 #ifndef Svc_SendFileResponseSerializableAc_HPP 8 #define Svc_SendFileResponseSerializableAc_HPP 80 friend std::ostream& operator<<(
106 #if FW_SERIALIZABLE_TO_STRING FwSizeType serializedSize() const
Get the dynamic serialized size of the struct.
SendFileResponse & operator=(const SendFileResponse &obj)
Copy assignment operator.
void set_status(Svc::SendFileStatus::T status)
Set member status.
PlatformSizeType FwSizeType
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialization.
Svc::SendFileStatus::T get_status() const
Get member status.
SendFileResponse()
Constructor (default value)
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialization.
SerializeStatus
forward declaration for string
U32 get_context() const
Get member context.
bool operator!=(const SendFileResponse &obj) const
Inequality operator.
The size of the serial representation.
The size of the serial representation.
Send file response struct.
void set_context(U32 context)
Set member context.
RateGroupDivider component implementation.
Svc::SendFileStatus m_status
bool operator==(const SendFileResponse &obj) const
Equality operator.