7 #ifndef Fw_LogSeverityEnumAc_HPP 8 #define Fw_LogSeverityEnumAc_HPP 117 return this->
e == e1;
123 return !(*
this == e1);
129 friend std::ostream& operator<<(
155 #if FW_SERIALIZABLE_TO_STRING Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
The number of enumerated constants.
LogSeverity()
Constructor (default value of FATAL)
The size of the serial representation.
Software diagnostic events.
I32 SerialType
The serial representation type.
SerializeStatus
forward declaration for string
Less important informational events.
LogSeverity(const LogSeverity &obj)
Copy constructor.
An activity related to commanding.
A less serious but recoverable event.
A serious but recoverable event.
Enum representing event severity.
LogSeverity & operator=(const LogSeverity &obj)
Copy assignment operator (object)
C++-compatible configuration header for fprime configuration.
T t
For backwards compatibility.
Important informational events.
bool operator!=(T e1) const
Inequality operator.
LogSeverity(const T e1)
Constructor (user-provided value)
A fatal non-recoverable event.
bool operator==(T e1) const
Equality operator.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
bool isValid() const
Check raw enum value for validity.