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

#include <Svc/FpySequencer/FpySequencer_ExitDirectiveSerializableAc.hpp>

Inheritance diagram for Svc::FpySequencer_ExitDirective:
Fw::Serializable

Public Types

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

Public Member Functions

 FpySequencer_ExitDirective ()
 Constructor (default value) More...
 
 FpySequencer_ExitDirective (bool success)
 Member constructor. More...
 
 FpySequencer_ExitDirective (const FpySequencer_ExitDirective &obj)
 Copy constructor. More...
 
FpySequencer_ExitDirectiveoperator= (const FpySequencer_ExitDirective &obj)
 Copy assignment operator. More...
 
bool operator== (const FpySequencer_ExitDirective &obj) const
 Equality operator. More...
 
bool operator!= (const FpySequencer_ExitDirective &obj) const
 Inequality operator. More...
 
Fw::SerializeStatus serialize (Fw::SerializeBufferBase &buffer) const
 Serialization. More...
 
Fw::SerializeStatus deserialize (Fw::SerializeBufferBase &buffer)
 Deserialization. More...
 
bool getsuccess () const
 Get member success. More...
 
void set (bool success)
 Set all members. More...
 
void setsuccess (bool success)
 Set member success. More...
 

Protected Attributes

bool m_success
 

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_ExitDirectiveSerializableAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

Definition at line 27 of file FpySequencer_ExitDirectiveSerializableAc.hpp.

Constructor & Destructor Documentation

◆ FpySequencer_ExitDirective() [1/3]

Svc::FpySequencer_ExitDirective::FpySequencer_ExitDirective ( )

Constructor (default value)

Definition at line 17 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ FpySequencer_ExitDirective() [2/3]

Svc::FpySequencer_ExitDirective::FpySequencer_ExitDirective ( bool  success)

Member constructor.

Definition at line 25 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ FpySequencer_ExitDirective() [3/3]

Svc::FpySequencer_ExitDirective::FpySequencer_ExitDirective ( const FpySequencer_ExitDirective obj)

Copy constructor.

Parameters
objThe source object

Definition at line 33 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

Member Function Documentation

◆ deserialize()

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

Deserialization.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 96 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ getsuccess()

bool Svc::FpySequencer_ExitDirective::getsuccess ( ) const
inline

Get member success.

Definition at line 111 of file FpySequencer_ExitDirectiveSerializableAc.hpp.

◆ operator!=()

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

Inequality operator.

Parameters
objThe other object

Definition at line 62 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ operator=()

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

Copy assignment operator.

Parameters
objThe source object

Definition at line 45 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ operator==()

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

Equality operator.

Parameters
objThe other object

Definition at line 56 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ serialize()

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

Serialization.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 83 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ set()

void Svc::FpySequencer_ExitDirective::set ( bool  success)

Set all members.

Definition at line 130 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

◆ setsuccess()

void Svc::FpySequencer_ExitDirective::setsuccess ( bool  success)

Set member success.

Definition at line 136 of file FpySequencer_ExitDirectiveSerializableAc.cpp.

Member Data Documentation

◆ m_success

bool Svc::FpySequencer_ExitDirective::m_success
protected

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