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