7 #ifndef Svc_Fpy_DirectiveIdEnumAc_HPP 8 #define Svc_Fpy_DirectiveIdEnumAc_HPP 174 return this->
e == e1;
180 return !(*
this == e1);
186 friend std::ostream& operator<<(
214 #if FW_SERIALIZABLE_TO_STRING
DirectiveId(const DirectiveId &obj)
Copy constructor.
DirectiveId()
Constructor (default value of INVALID)
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
U8 SerialType
The serial representation type.
The size of the serial representation.
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, Fw::Endianness mode=Fw::Endianness::BIG)
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.
Big endian serialization.
The number of enumerated constants.