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