7 #ifndef Svc_FpySequencer_StoreRelConstOffsetDirectiveSerializableAc_HPP 8 #define Svc_FpySequencer_StoreRelConstOffsetDirectiveSerializableAc_HPP 81 friend std::ostream& operator<<(
109 #if FW_SERIALIZABLE_TO_STRING void set_size(Svc::Fpy::StackSizeType size)
Set member size.
PlatformSizeType FwSizeType
I32 SignedStackSizeType
signed version of StackSizeType, used for relative offsets that can be negative
stores a value to a local variable at a compile-time-known offset relative to the current stack frame...
FpySequencer_StoreRelConstOffsetDirective & operator=(const FpySequencer_StoreRelConstOffsetDirective &obj)
Copy assignment operator.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialization.
Svc::Fpy::SignedStackSizeType get_lvarOffset() const
Get member lvarOffset.
FpySequencer_StoreRelConstOffsetDirective()
Constructor (default value)
SerializeStatus
forward declaration for string
bool operator==(const FpySequencer_StoreRelConstOffsetDirective &obj) const
Equality operator.
bool operator!=(const FpySequencer_StoreRelConstOffsetDirective &obj) const
Inequality operator.
FwSizeType serializedSize() const
Get the dynamic serialized size of the struct.
The size of the serial representation.
Svc::Fpy::StackSizeType get_size() const
Get member size.
Svc::Fpy::StackSizeType m_size
RateGroupDivider component implementation.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialization.
void set_lvarOffset(Svc::Fpy::SignedStackSizeType lvarOffset)
Set member lvarOffset.
Big endian serialization.
Svc::Fpy::SignedStackSizeType m_lvarOffset
U32 StackSizeType
the type which everything referencing a size or offset on the stack is represented in ...