7 #ifndef Fw_LogSeverityEnumAc_HPP 8 #define Fw_LogSeverityEnumAc_HPP 92 this->
e =
static_cast<enum
T>(e1);
102 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
103 this->m_serializeValue = obj.m_serializeValue;
129 operator enum T()
const 137 return this->
e == e1;
143 return !(*
this == e1);
149 friend std::ostream& operator<<(
177 #if FW_SERIALIZABLE_TO_STRING 189 void setSerializeValue(
228 bool m_serializeValueIsSet =
false;
enum T t
For backwards compatibility.
The number of enumerated constants.
bool operator==(enum T e1) const
Equality operator.
LogSeverity()
Constructor (default value of FATAL)
LogSeverity(const enum T e1)
Constructor (user-provided value)
LogSeverity(const SerialType e1)
Constructor (serial representation value)
Software diagnostic events.
SerializeStatus
forward declaration for string
The size of the serial representation.
Less important informational events.
LogSeverity(const LogSeverity &obj)
Copy constructor.
An activity related to commanding.
A less serious but recoverable event.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
U8 SerialType
The serial representation type.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
A serious but recoverable event.
Enum representing event severity.
enum T e
The raw enum value.
LogSeverity & operator=(const LogSeverity &obj)
Copy assignment operator (object)
uint8_t U8
8-bit unsigned integer
Important informational events.
A fatal non-recoverable event.
Implementation of malloc based allocator.
bool operator!=(enum T e1) const
Inequality operator.
bool isValid() const
Check raw enum value for validity.
Big endian serialization.