F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Svc::FpySequencer_LoadAbsDirective Class Reference

loads a value from an absolute address in the stack (for global variables) More...

#include <Svc/FpySequencer/FpySequencer_LoadAbsDirectiveSerializableAc.hpp>

Inheritance diagram for Svc::FpySequencer_LoadAbsDirective:
Fw::Serializable

Public Types

enum  { SERIALIZED_SIZE }
 
- Public Types inherited from Fw::Serializable
using SizeType = FwSizeType
 

Public Member Functions

 FpySequencer_LoadAbsDirective ()
 Constructor (default value) More...
 
 FpySequencer_LoadAbsDirective (Svc::Fpy::StackSizeType globalOffset, Svc::Fpy::StackSizeType size)
 Member constructor. More...
 
 FpySequencer_LoadAbsDirective (const FpySequencer_LoadAbsDirective &obj)
 Copy constructor. More...
 
FpySequencer_LoadAbsDirectiveoperator= (const FpySequencer_LoadAbsDirective &obj)
 Copy assignment operator. More...
 
bool operator== (const FpySequencer_LoadAbsDirective &obj) const
 Equality operator. More...
 
bool operator!= (const FpySequencer_LoadAbsDirective &obj) const
 Inequality operator. More...
 
Fw::SerializeStatus serializeTo (Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
 Serialization. More...
 
Fw::SerializeStatus deserializeFrom (Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
 Deserialization. More...
 
FwSizeType serializedSize () const
 Get the dynamic serialized size of the struct. More...
 
Svc::Fpy::StackSizeType get_globalOffset () const
 Get member globalOffset. More...
 
Svc::Fpy::StackSizeType get_size () const
 Get member size. More...
 
void set (Svc::Fpy::StackSizeType globalOffset, Svc::Fpy::StackSizeType size)
 Set all members. More...
 
void set_globalOffset (Svc::Fpy::StackSizeType globalOffset)
 Set member globalOffset. More...
 
void set_size (Svc::Fpy::StackSizeType size)
 Set member size. More...
 
- Public Member Functions inherited from Fw::Serializable
 DEPRECATED (SerializeStatus serialize(SerialBufferBase &buffer) const, "Use serializeTo(SerialBufferBase& buffer) instead")
 
 DEPRECATED (SerializeStatus deserialize(SerialBufferBase &buffer), "Use deserializeFrom(SerialBufferBase& buffer) instead")
 

Protected Attributes

Svc::Fpy::StackSizeType m_globalOffset
 
Svc::Fpy::StackSizeType m_size
 

Additional Inherited Members

- Protected Member Functions inherited from Fw::Serializable
 Serializable ()
 Default constructor. More...
 
virtual ~Serializable ()
 Virtual destructor. More...
 

Detailed Description

loads a value from an absolute address in the stack (for global variables)

Definition at line 19 of file FpySequencer_LoadAbsDirectiveSerializableAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

Definition at line 29 of file FpySequencer_LoadAbsDirectiveSerializableAc.hpp.

Constructor & Destructor Documentation

◆ FpySequencer_LoadAbsDirective() [1/3]

Svc::FpySequencer_LoadAbsDirective::FpySequencer_LoadAbsDirective ( )

Constructor (default value)

Definition at line 17 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ FpySequencer_LoadAbsDirective() [2/3]

Svc::FpySequencer_LoadAbsDirective::FpySequencer_LoadAbsDirective ( Svc::Fpy::StackSizeType  globalOffset,
Svc::Fpy::StackSizeType  size 
)

Member constructor.

Definition at line 26 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ FpySequencer_LoadAbsDirective() [3/3]

Svc::FpySequencer_LoadAbsDirective::FpySequencer_LoadAbsDirective ( const FpySequencer_LoadAbsDirective obj)

Copy constructor.

Parameters
objThe source object

Definition at line 38 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

Member Function Documentation

◆ deserializeFrom()

Fw::SerializeStatus Svc::FpySequencer_LoadAbsDirective::deserializeFrom ( Fw::SerialBufferBase buffer,
Fw::Endianness  mode = Fw::Endianness::BIG 
)
virtual

Deserialization.

Parameters
bufferThe serial buffer
modeEndianness of serialized buffer

Implements Fw::Serializable.

Definition at line 113 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ get_globalOffset()

Svc::Fpy::StackSizeType Svc::FpySequencer_LoadAbsDirective::get_globalOffset ( ) const
inline

Get member globalOffset.

Definition at line 122 of file FpySequencer_LoadAbsDirectiveSerializableAc.hpp.

◆ get_size()

Svc::Fpy::StackSizeType Svc::FpySequencer_LoadAbsDirective::get_size ( ) const
inline

Get member size.

Definition at line 128 of file FpySequencer_LoadAbsDirectiveSerializableAc.hpp.

◆ operator!=()

bool Svc::FpySequencer_LoadAbsDirective::operator!= ( const FpySequencer_LoadAbsDirective obj) const

Inequality operator.

Parameters
objThe other object

Definition at line 72 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ operator=()

FpySequencer_LoadAbsDirective & Svc::FpySequencer_LoadAbsDirective::operator= ( const FpySequencer_LoadAbsDirective obj)

Copy assignment operator.

Parameters
objThe source object

Definition at line 51 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ operator==()

bool Svc::FpySequencer_LoadAbsDirective::operator== ( const FpySequencer_LoadAbsDirective obj) const

Equality operator.

Parameters
objThe other object

Definition at line 62 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ serializedSize()

FwSizeType Svc::FpySequencer_LoadAbsDirective::serializedSize ( ) const

Get the dynamic serialized size of the struct.

Definition at line 133 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ serializeTo()

Fw::SerializeStatus Svc::FpySequencer_LoadAbsDirective::serializeTo ( Fw::SerialBufferBase buffer,
Fw::Endianness  mode = Fw::Endianness::BIG 
) const
virtual

Serialization.

Parameters
bufferThe serial buffer
modeEndianness of serialized buffer

Implements Fw::Serializable.

Definition at line 93 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ set()

void Svc::FpySequencer_LoadAbsDirective::set ( Svc::Fpy::StackSizeType  globalOffset,
Svc::Fpy::StackSizeType  size 
)

Set all members.

Definition at line 169 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ set_globalOffset()

void Svc::FpySequencer_LoadAbsDirective::set_globalOffset ( Svc::Fpy::StackSizeType  globalOffset)

Set member globalOffset.

Definition at line 179 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

◆ set_size()

void Svc::FpySequencer_LoadAbsDirective::set_size ( Svc::Fpy::StackSizeType  size)

Set member size.

Definition at line 185 of file FpySequencer_LoadAbsDirectiveSerializableAc.cpp.

Member Data Documentation

◆ m_globalOffset

Svc::Fpy::StackSizeType Svc::FpySequencer_LoadAbsDirective::m_globalOffset
protected

◆ m_size

Svc::Fpy::StackSizeType Svc::FpySequencer_LoadAbsDirective::m_size
protected

The documentation for this class was generated from the following files: