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