7 #ifndef Svc_DpHdrFieldEnumAc_HPP 8 #define Svc_DpHdrFieldEnumAc_HPP 107 return this->
e == e1;
113 return !(*
this == e1);
119 friend std::ostream& operator<<(
145 #if FW_SERIALIZABLE_TO_STRING
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
DpHdrField & operator=(const DpHdrField &obj)
Copy assignment operator (object)
DpHdrField(const T e1)
Constructor (user-provided value)
bool operator!=(T e1) const
Inequality operator.
The number of enumerated constants.
I32 SerialType
The serial representation type.
T t
For backwards compatibility.
SerializeStatus
forward declaration for string
The size of the serial representation.
DpHdrField()
Constructor (default value of DESCRIPTOR)
bool operator==(T e1) const
Equality operator.
C++-compatible configuration header for fprime configuration.
DpHdrField(const DpHdrField &obj)
Copy constructor.
bool isValid() const
Check raw enum value for validity.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.