7 #ifndef Svc_VersionCfg_VersionEnumEnumAc_HPP 8 #define Svc_VersionCfg_VersionEnumEnumAc_HPP 16 namespace VersionCfg {
126 return this->
e == e1;
132 return !(*
this == e1);
138 friend std::ostream& operator<<(
164 #if FW_SERIALIZABLE_TO_STRING U32 SerialType
The serial representation type.
bool operator!=(T e1) const
Inequality operator.
The size of the serial representation.
The number of enumerated constants.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
SerializeStatus
forward declaration for string
VersionEnum()
Constructor (default value of PROJECT_VERSION_00)
VersionEnum(const VersionEnum &obj)
Copy constructor.
VersionEnum(const T e1)
Constructor (user-provided value)
bool operator==(T e1) const
Equality operator.
C++-compatible configuration header for fprime configuration.
VersionEnum & operator=(const VersionEnum &obj)
Copy assignment operator (object)
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
T t
For backwards compatibility.
bool isValid() const
Check raw enum value for validity.