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

#include <Svc/Sched/SchedPortAc.hpp>

Public Member Functions

 SchedPortSerializer ()
 Constructor. More...
 
Fw::SerializeStatus deserializePortArgs (Fw::SerialBufferBase &_buffer)
 Deserialze port arguments into members. More...
 

Static Public Member Functions

static Fw::SerializeStatus serializePortArgs (U32 context, Fw::SerialBufferBase &_buffer)
 Serialize port arguments into a buffer. More...
 

Public Attributes

U32 m_context
 

Detailed Description

Serializer for Sched port Scheduler Port with order argument

Definition at line 73 of file SchedPortAc.hpp.

Constructor & Destructor Documentation

◆ SchedPortSerializer()

Svc::SchedPortSerializer::SchedPortSerializer ( )

Constructor.

Definition at line 17 of file SchedPortAc.cpp.

Member Function Documentation

◆ deserializePortArgs()

Fw::SerializeStatus Svc::SchedPortSerializer::deserializePortArgs ( Fw::SerialBufferBase _buffer)

Deserialze port arguments into members.

Parameters
_bufferThe serial buffer

Definition at line 28 of file SchedPortAc.cpp.

◆ serializePortArgs()

Fw::SerializeStatus Svc::SchedPortSerializer::serializePortArgs ( U32  context,
Fw::SerialBufferBase _buffer 
)
static

Serialize port arguments into a buffer.

Parameters
contextThe call order
_bufferThe serial buffer

Definition at line 42 of file SchedPortAc.cpp.

Member Data Documentation

◆ m_context

U32 Svc::SchedPortSerializer::m_context

Definition at line 113 of file SchedPortAc.hpp.


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