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

#include <Svc/FpySequencer/FpySequencer_GotoDirectiveSerializableAc.hpp>

Inheritance diagram for Svc::FpySequencer_GotoDirective:
Fw::Serializable

Public Types

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

Public Member Functions

 FpySequencer_GotoDirective ()
 Constructor (default value) More...
 
 FpySequencer_GotoDirective (U32 statementIndex)
 Member constructor. More...
 
 FpySequencer_GotoDirective (const FpySequencer_GotoDirective &obj)
 Copy constructor. More...
 
FpySequencer_GotoDirectiveoperator= (const FpySequencer_GotoDirective &obj)
 Copy assignment operator. More...
 
bool operator== (const FpySequencer_GotoDirective &obj) const
 Equality operator. More...
 
bool operator!= (const FpySequencer_GotoDirective &obj) const
 Inequality operator. More...
 
Fw::SerializeStatus serialize (Fw::SerializeBufferBase &buffer) const
 Serialization. More...
 
Fw::SerializeStatus deserialize (Fw::SerializeBufferBase &buffer)
 Deserialization. More...
 
U32 getstatementIndex () const
 Get member statementIndex. More...
 
void set (U32 statementIndex)
 Set all members. More...
 
void setstatementIndex (U32 statementIndex)
 Set member statementIndex. More...
 

Protected Attributes

U32 m_statementIndex
 

Additional Inherited Members

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

Detailed Description

Definition at line 17 of file FpySequencer_GotoDirectiveSerializableAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

Definition at line 27 of file FpySequencer_GotoDirectiveSerializableAc.hpp.

Constructor & Destructor Documentation

◆ FpySequencer_GotoDirective() [1/3]

Svc::FpySequencer_GotoDirective::FpySequencer_GotoDirective ( )

Constructor (default value)

Definition at line 17 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ FpySequencer_GotoDirective() [2/3]

Svc::FpySequencer_GotoDirective::FpySequencer_GotoDirective ( U32  statementIndex)

Member constructor.

Definition at line 25 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ FpySequencer_GotoDirective() [3/3]

Svc::FpySequencer_GotoDirective::FpySequencer_GotoDirective ( const FpySequencer_GotoDirective obj)

Copy constructor.

Parameters
objThe source object

Definition at line 33 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

Member Function Documentation

◆ deserialize()

Fw::SerializeStatus Svc::FpySequencer_GotoDirective::deserialize ( Fw::SerializeBufferBase buffer)
virtual

Deserialization.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 96 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ getstatementIndex()

U32 Svc::FpySequencer_GotoDirective::getstatementIndex ( ) const
inline

Get member statementIndex.

Definition at line 111 of file FpySequencer_GotoDirectiveSerializableAc.hpp.

◆ operator!=()

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

Inequality operator.

Parameters
objThe other object

Definition at line 62 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ operator=()

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

Copy assignment operator.

Parameters
objThe source object

Definition at line 45 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ operator==()

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

Equality operator.

Parameters
objThe other object

Definition at line 56 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ serialize()

Fw::SerializeStatus Svc::FpySequencer_GotoDirective::serialize ( Fw::SerializeBufferBase buffer) const
virtual

Serialization.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 83 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ set()

void Svc::FpySequencer_GotoDirective::set ( U32  statementIndex)

Set all members.

Definition at line 131 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

◆ setstatementIndex()

void Svc::FpySequencer_GotoDirective::setstatementIndex ( U32  statementIndex)

Set member statementIndex.

Definition at line 137 of file FpySequencer_GotoDirectiveSerializableAc.cpp.

Member Data Documentation

◆ m_statementIndex

U32 Svc::FpySequencer_GotoDirective::m_statementIndex
protected

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