7 #ifndef Fw_DpCfg_ProcTypeEnumAc_HPP 8 #define Fw_DpCfg_ProcTypeEnumAc_HPP 104 operator enum T()
const 112 return this->
e == e1;
118 return !(*
this == e1);
124 friend std::ostream& operator<<(
152 #if FW_SERIALIZABLE_TO_STRING
bool operator!=(enum T e1) const
Inequality operator.
U8 SerialType
The serial representation type.
enum T e
The raw enum value.
bool isValid() const
Check raw enum value for validity.
enum T t
For backwards compatibility.
ProcType(const enum T e1)
Constructor (user-provided value)
SerializeStatus
forward declaration for string
The size of the serial representation.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
ProcType & operator=(const ProcType &obj)
Copy assignment operator (object)
uint8_t U8
8-bit unsigned integer
The number of enumerated constants.
ProcType()
Constructor (default value of PROC_TYPE_ZERO)
bool operator==(enum T e1) const
Equality operator.
ProcType(const ProcType &obj)
Copy constructor.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
Implementation of malloc based allocator.
Big endian serialization.