7 #ifndef Svc_EventManager_EventManager_EnabledEnumAc_HPP 8 #define Svc_EventManager_EventManager_EnabledEnumAc_HPP 107 return this->
e == e1;
113 return !(*
this == e1);
119 friend std::ostream& operator<<(
145 #if FW_SERIALIZABLE_TO_STRING Enabled and disabled state.
bool isValid() const
Check raw enum value for validity.
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
SerializeStatus
forward declaration for string
I32 SerialType
The serial representation type.
bool operator==(T e1) const
Equality operator.
EventManager_Enabled(const EventManager_Enabled &obj)
Copy constructor.
EventManager_Enabled & operator=(const EventManager_Enabled &obj)
Copy assignment operator (object)
The number of enumerated constants.
T t
For backwards compatibility.
The size of the serial representation.
bool operator!=(T e1) const
Inequality operator.
EventManager_Enabled()
Constructor (default value of ENABLED)
RateGroupDivider component implementation.
EventManager_Enabled(const T e1)
Constructor (user-provided value)
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.