25 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
26 this->m_serializeValue = obj.m_serializeValue;
35 this->
e =
static_cast<enum
T>(e1);
37 this->m_serializeValueIsSet =
false;
38 this->m_serializeValue = 0;
49 this->m_serializeValueIsSet =
false;
50 this->m_serializeValue = 0;
57 std::ostream& operator<<(std::ostream& os,
const SdlsStatus& obj) {
86 if (this->m_serializeValueIsSet) {
87 es = this->m_serializeValue;
106 this->
e =
static_cast<enum
T>(es);
111 #if FW_SERIALIZABLE_TO_STRING 128 s =
"ENCRYPTION_FAILURE";
131 s =
"DECRYPTION_FAILURE";
150 this->m_serializeValue = serializeValue;
151 this->m_serializeValueIsSet =
true;
Serialization/Deserialization operation was successful.
Security association index has no known mapping.
bool isValid() const
Check raw enum value for validity.
Decryption operation failed.
enum T e
The raw enum value.
Deserialization data had incorrect values (unexpected data types)
virtual SerializeStatus serializeFrom(U8 val, Endianness mode=Endianness::BIG)=0
Serialize an 8-bit unsigned integer value.
Status of an SDLS (Space Data Link Security) encryption/decryption request.
SerializeStatus
forward declaration for string
virtual SerializeStatus deserializeTo(U8 &val, Endianness mode=Endianness::BIG)=0
Deserialize an 8-bit unsigned integer value.
Mapped port index is out of range or unconnected.
U8 SerialType
The serial representation type.
Encryption operation failed.
const char * toChar() const
Convert to a C-style char*.
SdlsStatus & operator=(const SdlsStatus &obj)
Copy assignment operator (object)
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
RateGroupDivider component implementation.
Request completed successfully.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
ComCfg::Apid::SerialType SerialType