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