7 #ifndef Svc_Ccsds_FrameErrorEnumAc_HPP 8 #define Svc_Ccsds_FrameErrorEnumAc_HPP 110 return this->
e == e1;
116 return !(*
this == e1);
122 friend std::ostream& operator<<(
150 #if FW_SERIALIZABLE_TO_STRING
Enum representing an error during framing/deframing in the CCSDS protocols.
T t
For backwards compatibility.
FrameError(const FrameError &obj)
Copy constructor.
FrameError()
Constructor (default value of SP_INVALID_LENGTH)
bool operator==(T e1) const
Equality operator.
SerializeStatus
forward declaration for string
FrameError & operator=(const FrameError &obj)
Copy assignment operator (object)
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.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
U8 SerialType
The serial representation type.
FrameError(const T e1)
Constructor (user-provided value)
RateGroupDivider component implementation.
The number of enumerated constants.
The size of the serial representation.
bool isValid() const
Check raw enum value for validity.
bool operator!=(T e1) const
Inequality operator.
Big endian serialization.