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

pushes a prm buf to the stack More...

#include <Svc/FpySequencer/FpySequencer_PushPrmDirectiveSerializableAc.hpp>

Inheritance diagram for Svc::FpySequencer_PushPrmDirective:
Fw::Serializable

Public Types

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

Public Member Functions

 FpySequencer_PushPrmDirective ()
 Constructor (default value) More...
 
 FpySequencer_PushPrmDirective (FwPrmIdType prmId)
 Member constructor. More...
 
 FpySequencer_PushPrmDirective (const FpySequencer_PushPrmDirective &obj)
 Copy constructor. More...
 
FpySequencer_PushPrmDirectiveoperator= (const FpySequencer_PushPrmDirective &obj)
 Copy assignment operator. More...
 
bool operator== (const FpySequencer_PushPrmDirective &obj) const
 Equality operator. More...
 
bool operator!= (const FpySequencer_PushPrmDirective &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...
 
FwPrmIdType get_prmId () const
 Get member prmId. More...
 
void set (FwPrmIdType prmId)
 Set all members. More...
 
void set_prmId (FwPrmIdType prmId)
 Set member prmId. 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

FwPrmIdType m_prmId
 

Additional Inherited Members

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

Detailed Description

pushes a prm buf to the stack

Definition at line 19 of file FpySequencer_PushPrmDirectiveSerializableAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

Definition at line 29 of file FpySequencer_PushPrmDirectiveSerializableAc.hpp.

Constructor & Destructor Documentation

◆ FpySequencer_PushPrmDirective() [1/3]

Svc::FpySequencer_PushPrmDirective::FpySequencer_PushPrmDirective ( )

Constructor (default value)

Definition at line 17 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ FpySequencer_PushPrmDirective() [2/3]

Svc::FpySequencer_PushPrmDirective::FpySequencer_PushPrmDirective ( FwPrmIdType  prmId)

Member constructor.

Definition at line 25 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ FpySequencer_PushPrmDirective() [3/3]

Svc::FpySequencer_PushPrmDirective::FpySequencer_PushPrmDirective ( const FpySequencer_PushPrmDirective obj)

Copy constructor.

Parameters
objThe source object

Definition at line 33 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

Member Function Documentation

◆ deserializeFrom()

Fw::SerializeStatus Svc::FpySequencer_PushPrmDirective::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_PushPrmDirectiveSerializableAc.cpp.

◆ get_prmId()

FwPrmIdType Svc::FpySequencer_PushPrmDirective::get_prmId ( ) const
inline

Get member prmId.

Definition at line 118 of file FpySequencer_PushPrmDirectiveSerializableAc.hpp.

◆ operator!=()

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

Inequality operator.

Parameters
objThe other object

Definition at line 62 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ operator=()

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

Copy assignment operator.

Parameters
objThe source object

Definition at line 45 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ operator==()

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

Equality operator.

Parameters
objThe other object

Definition at line 56 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ serializedSize()

FwSizeType Svc::FpySequencer_PushPrmDirective::serializedSize ( ) const

Get the dynamic serialized size of the struct.

Definition at line 115 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ serializeTo()

Fw::SerializeStatus Svc::FpySequencer_PushPrmDirective::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_PushPrmDirectiveSerializableAc.cpp.

◆ set()

void Svc::FpySequencer_PushPrmDirective::set ( FwPrmIdType  prmId)

Set all members.

Definition at line 144 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

◆ set_prmId()

void Svc::FpySequencer_PushPrmDirective::set_prmId ( FwPrmIdType  prmId)

Set member prmId.

Definition at line 150 of file FpySequencer_PushPrmDirectiveSerializableAc.cpp.

Member Data Documentation

◆ m_prmId

FwPrmIdType Svc::FpySequencer_PushPrmDirective::m_prmId
protected

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