27 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
28 this->m_serializeValue = obj.m_serializeValue;
37 this->
e =
static_cast<enum
T>(e1);
39 this->m_serializeValueIsSet =
false;
40 this->m_serializeValue = 0;
51 this->m_serializeValueIsSet =
false;
52 this->m_serializeValue = 0;
59 std::ostream& operator<<(std::ostream& os,
const QueueId& obj) {
88 if (this->m_serializeValueIsSet) {
89 es = this->m_serializeValue;
108 this->
e =
static_cast<enum
T>(es);
113 #if FW_SERIALIZABLE_TO_STRING 158 this->m_serializeValue = serializeValue;
159 this->m_serializeValueIsSet =
true;
171 return (serialTypeValue <=
NUM);
Serialization/Deserialization operation was successful.
first one on this list is active
Deserialization data had incorrect values (unexpected data types)
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
virtual SerializeStatus serializeFrom(U8 val, Endianness mode=Endianness::BIG)=0
Serialize an 8-bit unsigned integer value.
enum T e
The raw enum value.
SerializeStatus
forward declaration for string
virtual SerializeStatus deserializeTo(U8 &val, Endianness mode=Endianness::BIG)=0
Deserialize an 8-bit unsigned integer value.
U8 SerialType
The serial representation type.
bool isValid() const
Check raw enum value for validity.
const char * toChar() const
Convert to a C-style char*.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
RateGroupDivider component implementation.
QueueId & operator=(const QueueId &obj)
Copy assignment operator (object)
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
ComCfg::Apid::SerialType SerialType