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