7 #ifndef Fw_HealthEnumAc_HPP
8 #define Fw_HealthEnumAc_HPP
109 return this->
e == e1;
115 return !(*
this == e1);
121 friend std::ostream& operator<<(
147 #if FW_SERIALIZABLE_TO_STRING
C++-compatible configuration header for fprime configuration.
Health()
Constructor (default value of HEALTHY)
bool operator!=(T e1) const
Inequality operator.
Health(const Health &obj)
Copy constructor.
Health(const T e1)
Constructor (user-provided value)
T t
For backwards compatibility.
@ SERIALIZED_SIZE
The size of the serial representation.
@ NUM_CONSTANTS
The number of enumerated constants.
bool isValid() const
Check raw enum value for validity.
I32 SerialType
The serial representation type.
bool operator==(T e1) const
Equality operator.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
Health & operator=(const Health &obj)
Copy assignment operator (object)
SerializeStatus
forward declaration for string