21 m_header(0, 0, 0, 0, 0, 0, 0),
54 m_header(obj.m_header),
55 m_footer(obj.m_footer)
102 if (
this == &obj) {
return true; }
130 return !(*
this == obj);
135 std::ostream& operator<<(std::ostream& os,
const Sequence& obj) {
206 #if FW_SERIALIZABLE_TO_STRING 211 static const char* formatString =
215 "statements = [ %s ], " 248 statementsStr +=
", ";
250 statementsStr += statementsTmp;
284 this->
m_args[i] = args[i];
301 this->
m_args[i] = args[i];
Serialization/Deserialization operation was successful.
PlatformSizeType FwSizeType
void set(const Svc::Fpy::Header &header, const Type_of_args &args, const Type_of_statements &statements, const Svc::Fpy::Footer &footer)
Set all members.
SerializeStatus serialize(U8 val)
serialize 8-bit unsigned int
void setargs(const Type_of_args &args)
Set member args.
const char * toChar() const
bool operator==(const Sequence &obj) const
Equality operator.
void setstatements(const Type_of_statements &statements)
Set member statements.
void setfooter(const Svc::Fpy::Footer &footer)
Set member footer.
Svc::Fpy::Statement[1024] Type_of_statements
The type of statements.
Svc::Fpy::Header m_header
bool operator!=(const Sequence &obj) const
Inequality operator.
SerializeStatus
forward declaration for string
SizeType maxLength() const
Get the maximum length of a string that the buffer can hold (which is capacity - 1) ...
U8[16] Type_of_args
The type of args.
Sequence & operator=(const Sequence &obj)
Copy assignment operator.
Sequence()
Constructor (default value)
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialization.
SizeType length() const
Get length of string.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
uint8_t U8
8-bit unsigned integer
void setheader(const Svc::Fpy::Header &header)
Set member header.
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
RateGroupDivider component implementation.
Svc::Fpy::Statement m_statements[1024]
Svc::Fpy::Footer m_footer
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialization.