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