7 #ifndef Svc_Fpy_DirectiveIdEnumAc_HPP 8 #define Svc_Fpy_DirectiveIdEnumAc_HPP 141 return this->
e == e1;
147 return !(*
this == e1);
153 friend std::ostream& operator<<(
179 #if FW_SERIALIZABLE_TO_STRING
DirectiveId(const DirectiveId &obj)
Copy constructor.
DirectiveId()
Constructor (default value of INVALID)
The number of enumerated constants.
U8 SerialType
The serial representation type.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
bool operator==(T e1) const
Equality operator.
The size of the serial representation.
SerializeStatus
forward declaration for string
DirectiveId & operator=(const DirectiveId &obj)
Copy assignment operator (object)
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
DirectiveId(const T e1)
Constructor (user-provided value)
uint8_t U8
8-bit unsigned integer
bool isValid() const
Check raw enum value for validity.
RateGroupDivider component implementation.
T t
For backwards compatibility.
bool operator!=(T e1) const
Inequality operator.