![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/CmdSplitter/CmdSplitter.hpp>
Public Member Functions | |
| CmdSplitter (const char *const compName) | |
| ~CmdSplitter () | |
| void | configure (const FwOpcodeType remoteBaseOpcode) |
Public Member Functions inherited from Svc::CmdSplitterComponentBase | |
| void | init (NATIVE_INT_TYPE instance=0) |
| Initialize CmdSplitterComponentBase object. More... | |
| Fw::InputComPort * | get_CmdBuff_InputPort (NATIVE_INT_TYPE portNum) |
| Fw::InputCmdResponsePort * | get_seqCmdStatus_InputPort (NATIVE_INT_TYPE portNum) |
| void | set_LocalCmd_OutputPort (NATIVE_INT_TYPE portNum, Fw::InputComPort *port) |
| Connect port to LocalCmd[portNum]. More... | |
| void | set_RemoteCmd_OutputPort (NATIVE_INT_TYPE portNum, Fw::InputComPort *port) |
| Connect port to RemoteCmd[portNum]. More... | |
| void | set_forwardSeqCmdStatus_OutputPort (NATIVE_INT_TYPE portNum, Fw::InputCmdResponsePort *port) |
| Connect port to forwardSeqCmdStatus[portNum]. More... | |
Public Member Functions inherited from Fw::PassiveComponentBase | |
| void | setIdBase (const U32) |
| Set the ID base. More... | |
| U32 | getIdBase () const |
Definition at line 15 of file CmdSplitter.hpp.
| Svc::CmdSplitter::CmdSplitter | ( | const char *const | compName | ) |
Construct object CmdSplitter
| compName | The component name |
Definition at line 19 of file CmdSplitter.cpp.
| Svc::CmdSplitter::~CmdSplitter | ( | ) |
Destroy object CmdSplitter
Definition at line 21 of file CmdSplitter.cpp.
| void Svc::CmdSplitter::configure | ( | const FwOpcodeType | remoteBaseOpcode | ) |
Configure this splitter
| remoteBaseOpcode | Base remote opcode |
Definition at line 23 of file CmdSplitter.cpp.