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
bool operator==(T e1) const
Equality operator.
SystemResourceEnabled(const SystemResourceEnabled &obj)
Copy constructor.
I32 SerialType
The serial representation type.
bool isValid() const
Check raw enum value for validity.
The number of enumerated constants.
SerializeStatus
forward declaration for string
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
bool operator!=(T e1) const
Inequality operator.
T t
For backwards compatibility.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
SystemResourceEnabled(const T e1)
Constructor (user-provided value)
C++-compatible configuration header for fprime configuration.
SystemResourceEnabled & operator=(const SystemResourceEnabled &obj)
Copy assignment operator (object)
The size of the serial representation.
SystemResourceEnabled()
Constructor (default value of DISABLED)