7 #ifndef Svc_AggregationMachine_StateEnumAc_HPP 8 #define Svc_AggregationMachine_StateEnumAc_HPP 100 operator enum T()
const 108 return this->
e == e1;
114 return !(*
this == e1);
120 friend std::ostream& operator<<(
148 #if FW_SERIALIZABLE_TO_STRING
bool operator!=(enum T e1) const
Inequality operator.
enum T e
The raw enum value.
AggregationMachine_State()
Constructor (default value of __FPRIME_UNINITIALIZED)
Buffer aggregation in-progress.
Wait for com status from downstream.
The number of enumerated constants.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
SerializeStatus
forward declaration for string
bool isValid() const
Check raw enum value for validity.
AggregationMachine_State & operator=(const AggregationMachine_State &obj)
Copy assignment operator (object)
AggregationMachine_State(const AggregationMachine_State &obj)
Copy constructor.
AggregationMachine_State(const enum T e1)
Constructor (user-provided value)
uint8_t U8
8-bit unsigned integer
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
enum T t
For backwards compatibility.
U8 SerialType
The serial representation type.
RateGroupDivider component implementation.
The size of the serial representation.
bool operator==(enum T e1) const
Equality operator.
Big endian serialization.