7 #ifndef Os_RawTimeStatusEnumAc_HPP
8 #define Os_RawTimeStatusEnumAc_HPP
111 return this->
e == e1;
117 return !(*
this == e1);
123 friend std::ostream& operator<<(
149 #if FW_SERIALIZABLE_TO_STRING
C++-compatible configuration header for fprime configuration.
FPP shadow-enum representing Os::RawTime::Status.
bool operator!=(T e1) const
Inequality operator.
@ NUM_CONSTANTS
The number of enumerated constants.
@ SERIALIZED_SIZE
The size of the serial representation.
T t
For backwards compatibility.
RawTimeStatus(const T e1)
Constructor (user-provided value)
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
@ OP_OK
Operation was successful.
@ INVALID_PARAMS
Parameters invalid for current platform.
@ OP_OVERFLOW
Operation result caused an overflow.
@ OTHER_ERROR
All other errors.
bool isValid() const
Check raw enum value for validity.
I32 SerialType
The serial representation type.
RawTimeStatus & operator=(const RawTimeStatus &obj)
Copy assignment operator (object)
RawTimeStatus(const RawTimeStatus &obj)
Copy constructor.
RawTimeStatus()
Constructor (default value of OP_OK)
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
bool operator==(T e1) const
Equality operator.
SerializeStatus
forward declaration for string