7 #ifndef Fw_DirectionEnumAc_HPP 8 #define Fw_DirectionEnumAc_HPP 109 return this->
e == e1;
115 return !(*
this == e1);
121 friend std::ostream& operator<<(
147 #if FW_SERIALIZABLE_TO_STRING Direction(const T e1)
Constructor (user-provided value)
U8 SerialType
The serial representation type.
bool isValid() const
Check raw enum value for validity.
The number of enumerated constants.
SerializeStatus
forward declaration for string
Direction & operator=(const Direction &obj)
Copy assignment operator (object)
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
T t
For backwards compatibility.
Direction()
Constructor (default value of IN)
bool operator!=(T e1) const
Inequality operator.
uint8_t U8
8-bit unsigned integer
bool operator==(T e1) const
Equality operator.
The size of the serial representation.
Direction(const Direction &obj)
Copy constructor.
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.