7 #ifndef Svc_Ccsds_FrameErrorEnumAc_HPP 8 #define Svc_Ccsds_FrameErrorEnumAc_HPP 118 operator enum T()
const 126 return this->
e == e1;
132 return !(*
this == e1);
138 friend std::ostream& operator<<(
166 #if FW_SERIALIZABLE_TO_STRING CCSDS 732.0-B-5: Transfer Frame Version Number mismatch (4.1.2.2.2)
enum T t
For backwards compatibility.
CCSDS 133.1-B-3: Encapsulation Packet Protocol error.
CCSDS 732.0-B-5: Frame length insufficient.
CCSDS 732.0-B-5: Frame Error Control Field CRC mismatch (4.1.6)
FrameError(const FrameError &obj)
Copy constructor.
FrameError()
Constructor (default value of SP_INVALID_PACKET)
CCSDS 732.0-B-5: Virtual Channel ID mismatch (4.1.2.3)
bool operator!=(enum T e1) const
Inequality operator.
SerializeStatus
forward declaration for string
enum T e
The raw enum value.
FrameError & operator=(const FrameError &obj)
Copy assignment operator (object)
bool operator==(enum T e1) const
Equality operator.
CCSDS 732.0-B-5: Spacecraft ID mismatch (4.1.2.2)
uint8_t U8
8-bit unsigned integer
The size of the serial representation.
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.
The number of enumerated constants.
RateGroupDivider component implementation.
FrameError(const enum T e1)
Constructor (user-provided value)
bool isValid() const
Check raw enum value for validity.
U8 SerialType
The serial representation type.
Big endian serialization.
CCSDS 732.0-B-5: AOS VC frame count discontinuity detected.