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) {
217 size +=
sizeof(
U8) * 16;
218 for (U32 index = 0; index < 1024; index++) {
225 #if FW_SERIALIZABLE_TO_STRING 253 sb +=
"statements = ";
290 this->
m_args[i] = args[i];
307 this->
m_args[i] = args[i];
void set_header(const Svc::Fpy::Header &header)
Set member header.
Serialization/Deserialization operation was successful.
FwSizeType serializedSize() const
Get the dynamic serialized size of the struct.
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.
const char * toChar() const
Convert to a C-style char*.
bool operator==(const Sequence &obj) const
Equality operator.
Svc::Fpy::Statement[1024] Type_of_statements
The type of statements.
Svc::Fpy::Header m_header
void set_statements(const Type_of_statements &statements)
Set member statements.
virtual SerializeStatus serializeFrom(U8 val, Endianness mode=Endianness::BIG)=0
Serialize an 8-bit unsigned integer value.
bool operator!=(const Sequence &obj) const
Inequality operator.
SerializeStatus
forward declaration for string
virtual SerializeStatus deserializeTo(U8 &val, Endianness mode=Endianness::BIG)=0
Deserialize an 8-bit unsigned integer value.
U8[16] Type_of_args
The type of args.
a statement is a directive opcode paired with an argument buffer
Sequence & operator=(const Sequence &obj)
Copy assignment operator.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialization.
Sequence()
Constructor (default value)
FwSizeType serializedSize() const
Get the dynamic serialized size of the struct.
void set_footer(const Svc::Fpy::Footer &footer)
Set member footer.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
uint8_t U8
8-bit unsigned integer
void set_args(const Type_of_args &args)
Set member args.
RateGroupDivider component implementation.
Svc::Fpy::Statement m_statements[1024]
Svc::Fpy::Footer m_footer
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialization.