![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/DpCompressProc/DpCompressProc.hpp>
Public Member Functions | |
| DpCompressProc (const char *const compName) | |
| Construct DpCompressProc object. More... | |
| ~DpCompressProc () | |
| Destroy DpCompressProc object. More... | |
Public Member Functions inherited from Svc::DpCompressProcComponentBase | |
| void | init (FwEnumStoreType instance=0) |
| Initialize DpCompressProcComponentBase object. More... | |
| Fw::InputCmdPort * | get_cmdIn_InputPort (FwIndexType portNum) |
| Fw::InputBufferSendPort * | get_procRequest_InputPort (FwIndexType portNum) |
| void | set_cmdRegOut_OutputPort (FwIndexType portNum, Fw::InputCmdRegPort *port) |
| Connect port to cmdRegOut[portNum]. More... | |
| void | set_cmdResponseOut_OutputPort (FwIndexType portNum, Fw::InputCmdResponsePort *port) |
| Connect port to cmdResponseOut[portNum]. More... | |
| void | set_dpGet_OutputPort (FwIndexType portNum, Fw::InputDpGetPort *port) |
| Connect port to dpGet[portNum]. More... | |
| void | set_dpSend_OutputPort (FwIndexType portNum, Fw::InputDpSendPort *port) |
| Connect port to dpSend[portNum]. More... | |
| void | set_logOut_OutputPort (FwIndexType portNum, Fw::InputLogPort *port) |
| Connect port to logOut[portNum]. More... | |
| void | set_prmGetOut_OutputPort (FwIndexType portNum, Fw::InputPrmGetPort *port) |
| Connect port to prmGetOut[portNum]. More... | |
| void | set_prmSetOut_OutputPort (FwIndexType portNum, Fw::InputPrmSetPort *port) |
| Connect port to prmSetOut[portNum]. More... | |
| void | set_timeCaller_OutputPort (FwIndexType portNum, Fw::InputTimePort *port) |
| Connect port to timeCaller[portNum]. More... | |
| void | set_compressChunk_OutputPort (FwIndexType portNum, Svc::InputCompressChunkPort *port) |
| Connect port to compressChunk[portNum]. More... | |
| void | regCommands () |
| Register commands with the Command Dispatcher. More... | |
| void | loadParameters () |
| Load the parameters from a parameter source. More... | |
Public Member Functions inherited from Fw::PassiveComponentBase | |
| void | setIdBase (const FwIdType) |
| Set the ID base. More... | |
| FwIdType | getIdBase () const |
| virtual void | deinit () |
| Deinitialization function. More... | |
Definition at line 15 of file DpCompressProc.hpp.
| Svc::DpCompressProc::DpCompressProc | ( | const char *const | compName | ) |
Construct DpCompressProc object.
| compName | The component name |
Definition at line 19 of file DpCompressProc.cpp.
| Svc::DpCompressProc::~DpCompressProc | ( | ) |
Destroy DpCompressProc object.
Definition at line 21 of file DpCompressProc.cpp.