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