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
C++-compatible configuration header for fprime configuration.
@ PROJECT_VERSION_08
Entry 8.
@ PROJECT_VERSION_09
Entry 9.
@ PROJECT_VERSION_07
Entry 7.
@ PROJECT_VERSION_03
Entry 3.
@ PROJECT_VERSION_04
Entry 4.
@ PROJECT_VERSION_00
Entry 0.
@ PROJECT_VERSION_05
Entry 5.
@ PROJECT_VERSION_02
Entry 2.
@ PROJECT_VERSION_06
Entry 6.
@ PROJECT_VERSION_01
Entry 1.
VersionEnum(const T e1)
Constructor (user-provided value)
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
VersionEnum(const VersionEnum &obj)
Copy constructor.
U32 SerialType
The serial representation type.
@ NUM_CONSTANTS
The number of enumerated constants.
@ SERIALIZED_SIZE
The size of the serial representation.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
bool isValid() const
Check raw enum value for validity.
bool operator!=(T e1) const
Inequality operator.
VersionEnum & operator=(const VersionEnum &obj)
Copy assignment operator (object)
VersionEnum()
Constructor (default value of PROJECT_VERSION_00)
bool operator==(T e1) const
Equality operator.
T t
For backwards compatibility.
SerializeStatus
forward declaration for string