7 #ifndef Svc_TelemetrySectionEnumAc_HPP 8 #define Svc_TelemetrySectionEnumAc_HPP 86 this->m_serializeValueIsSet = obj.m_serializeValueIsSet;
87 this->m_serializeValue = obj.m_serializeValue;
108 operator enum T()
const 116 return this->
e == e1;
122 return !(*
this == e1);
128 friend std::ostream& operator<<(
156 #if FW_SERIALIZABLE_TO_STRING 168 void setSerializeValue(
207 bool m_serializeValueIsSet =
false;
bool isValid() const
Check raw enum value for validity.
REQUIRED: Counter, leave as last element.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
TelemetrySection(const TelemetrySection &obj)
Copy constructor.
SerializeStatus
forward declaration for string
I32 SerialType
The serial representation type.
bool operator==(enum T e1) const
Equality operator.
The number of enumerated constants.
bool operator!=(enum T e1) const
Inequality operator.
TelemetrySection(const enum T e1)
Constructor (user-provided value)
OPTIONAL: recorded telemetry stored on disk for later retrieval.
enum T e
The raw enum value.
TelemetrySection & operator=(const TelemetrySection &obj)
Copy assignment operator (object)
enum T t
For backwards compatibility.
RateGroupDivider component implementation.
TelemetrySection()
Constructor (default value of REALTIME)
OPTIONAL: realtime telemetry downlink through communication stack.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
Big endian serialization.
The size of the serial representation.