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
C++-compatible configuration header for fprime configuration.
Enum representing event severity.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
LogSeverity(const T e1)
Constructor (user-provided value)
LogSeverity(const LogSeverity &obj)
Copy constructor.
@ SERIALIZED_SIZE
The size of the serial representation.
@ NUM_CONSTANTS
The number of enumerated constants.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
bool operator==(T e1) const
Equality operator.
bool operator!=(T e1) const
Inequality operator.
T t
For backwards compatibility.
bool isValid() const
Check raw enum value for validity.
LogSeverity()
Constructor (default value of FATAL)
I32 SerialType
The serial representation type.
@ WARNING_HI
A serious but recoverable event.
@ ACTIVITY_HI
Important informational events.
@ FATAL
A fatal non-recoverable event.
@ WARNING_LO
A less serious but recoverable event.
@ DIAGNOSTIC
Software diagnostic events.
@ ACTIVITY_LO
Less important informational events.
@ COMMAND
An activity related to commanding.
LogSeverity & operator=(const LogSeverity &obj)
Copy assignment operator (object)
SerializeStatus
forward declaration for string