7 #ifndef Svc_TimeBasePairSerializableAc_HPP 8 #define Svc_TimeBasePairSerializableAc_HPP 81 friend std::ostream& operator<<(
109 #if FW_SERIALIZABLE_TO_STRING TimeBase::T get_lower() const
Get member lower.
TimeBasePair & operator=(const TimeBasePair &obj)
Copy assignment operator.
void set_lower(TimeBase::T lower)
Set member lower.
PlatformSizeType FwSizeType
TimeBasePair()
Constructor (default value)
bool operator!=(const TimeBasePair &obj) const
Inequality operator.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialization.
bool operator==(const TimeBasePair &obj) const
Equality operator.
FwSizeType serializedSize() const
Get the dynamic serialized size of the struct.
TimeBase::T get_upper() const
Get member upper.
SerializeStatus
forward declaration for string
The size of the serial representation.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialization.
The size of the serial representation.
RateGroupDivider component implementation.
void set_upper(TimeBase::T upper)
Set member upper.
enum T e
The raw enum value.
Define enumeration for Time base types.
Big endian serialization.