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

generic stack operation handler More...

#include <Svc/FpySequencer/FpySequencer_StackOpDirectiveSerializableAc.hpp>

Inheritance diagram for Svc::FpySequencer_StackOpDirective:
Fw::Serializable

Public Types

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

Public Member Functions

 FpySequencer_StackOpDirective ()
 Constructor (default value) More...
 
 FpySequencer_StackOpDirective (Svc::Fpy::DirectiveId::T _op)
 Member constructor. More...
 
 FpySequencer_StackOpDirective (const FpySequencer_StackOpDirective &obj)
 Copy constructor. More...
 
FpySequencer_StackOpDirectiveoperator= (const FpySequencer_StackOpDirective &obj)
 Copy assignment operator. More...
 
bool operator== (const FpySequencer_StackOpDirective &obj) const
 Equality operator. More...
 
bool operator!= (const FpySequencer_StackOpDirective &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::DirectiveId::T get__op () const
 Get member _op. More...
 
void set (Svc::Fpy::DirectiveId::T _op)
 Set all members. More...
 
void set__op (Svc::Fpy::DirectiveId::T _op)
 Set member _op. 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::DirectiveId m__op
 

Additional Inherited Members

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

Detailed Description

generic stack operation handler

Definition at line 19 of file FpySequencer_StackOpDirectiveSerializableAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

Definition at line 29 of file FpySequencer_StackOpDirectiveSerializableAc.hpp.

Constructor & Destructor Documentation

◆ FpySequencer_StackOpDirective() [1/3]

Svc::FpySequencer_StackOpDirective::FpySequencer_StackOpDirective ( )

Constructor (default value)

Definition at line 17 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ FpySequencer_StackOpDirective() [2/3]

Svc::FpySequencer_StackOpDirective::FpySequencer_StackOpDirective ( Svc::Fpy::DirectiveId::T  _op)

Member constructor.

Definition at line 25 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ FpySequencer_StackOpDirective() [3/3]

Svc::FpySequencer_StackOpDirective::FpySequencer_StackOpDirective ( const FpySequencer_StackOpDirective obj)

Copy constructor.

Parameters
objThe source object

Definition at line 33 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

Member Function Documentation

◆ deserializeFrom()

Fw::SerializeStatus Svc::FpySequencer_StackOpDirective::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 99 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ get__op()

Svc::Fpy::DirectiveId::T Svc::FpySequencer_StackOpDirective::get__op ( ) const
inline

Get member _op.

Definition at line 118 of file FpySequencer_StackOpDirectiveSerializableAc.hpp.

◆ operator!=()

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

Inequality operator.

Parameters
objThe other object

Definition at line 62 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ operator=()

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

Copy assignment operator.

Parameters
objThe source object

Definition at line 45 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ operator==()

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

Equality operator.

Parameters
objThe other object

Definition at line 56 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ serializedSize()

FwSizeType Svc::FpySequencer_StackOpDirective::serializedSize ( ) const

Get the dynamic serialized size of the struct.

Definition at line 115 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ serializeTo()

Fw::SerializeStatus Svc::FpySequencer_StackOpDirective::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 83 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ set()

void Svc::FpySequencer_StackOpDirective::set ( Svc::Fpy::DirectiveId::T  _op)

Set all members.

Definition at line 144 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

◆ set__op()

void Svc::FpySequencer_StackOpDirective::set__op ( Svc::Fpy::DirectiveId::T  _op)

Set member _op.

Definition at line 150 of file FpySequencer_StackOpDirectiveSerializableAc.cpp.

Member Data Documentation

◆ m__op

Svc::Fpy::DirectiveId Svc::FpySequencer_StackOpDirective::m__op
protected

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