![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Auto-generated base for FileDownlink component. More...
#include <Svc/FileDownlink/FileDownlinkComponentAc.hpp>
Protected Member Functions | |
FileDownlinkComponentBase (const char *compName="") | |
Construct FileDownlinkComponentBase object. More... | |
virtual | ~FileDownlinkComponentBase () |
Destroy FileDownlinkComponentBase object. More... | |
FwIndexType | getNum_cmdIn_InputPorts () const |
FwIndexType | getNum_Run_InputPorts () const |
FwIndexType | getNum_SendFile_InputPorts () const |
FwIndexType | getNum_bufferReturn_InputPorts () const |
FwIndexType | getNum_pingIn_InputPorts () const |
FwIndexType | getNum_cmdRegOut_OutputPorts () const |
FwIndexType | getNum_cmdResponseOut_OutputPorts () const |
FwIndexType | getNum_eventOut_OutputPorts () const |
FwIndexType | getNum_timeCaller_OutputPorts () const |
FwIndexType | getNum_tlmOut_OutputPorts () const |
FwIndexType | getNum_FileComplete_OutputPorts () const |
FwIndexType | getNum_bufferSendOut_OutputPorts () const |
FwIndexType | getNum_pingOut_OutputPorts () const |
bool | isConnected_cmdRegOut_OutputPort (FwIndexType portNum) |
bool | isConnected_cmdResponseOut_OutputPort (FwIndexType portNum) |
bool | isConnected_eventOut_OutputPort (FwIndexType portNum) |
bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
bool | isConnected_tlmOut_OutputPort (FwIndexType portNum) |
bool | isConnected_FileComplete_OutputPort (FwIndexType portNum) |
bool | isConnected_bufferSendOut_OutputPort (FwIndexType portNum) |
bool | isConnected_pingOut_OutputPort (FwIndexType portNum) |
virtual void | Run_handler (FwIndexType portNum, U32 context)=0 |
Handler for input port Run. More... | |
virtual Svc::SendFileResponse | SendFile_handler (FwIndexType portNum, const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName, U32 offset, U32 length)=0 |
Handler for input port SendFile. More... | |
virtual void | bufferReturn_handler (FwIndexType portNum, Fw::Buffer &fwBuffer)=0 |
Handler for input port bufferReturn. More... | |
virtual void | pingIn_handler (FwIndexType portNum, U32 key)=0 |
Handler for input port pingIn. More... | |
void | Run_handlerBase (FwIndexType portNum, U32 context) |
Handler base-class function for input port Run. More... | |
Svc::SendFileResponse | SendFile_handlerBase (FwIndexType portNum, const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName, U32 offset, U32 length) |
Handler base-class function for input port SendFile. More... | |
void | bufferReturn_handlerBase (FwIndexType portNum, Fw::Buffer &fwBuffer) |
Handler base-class function for input port bufferReturn. More... | |
void | pingIn_handlerBase (FwIndexType portNum, U32 key) |
Handler base-class function for input port pingIn. More... | |
virtual void | Run_preMsgHook (FwIndexType portNum, U32 context) |
Pre-message hook for async input port Run. More... | |
virtual void | bufferReturn_preMsgHook (FwIndexType portNum, Fw::Buffer &fwBuffer) |
Pre-message hook for async input port bufferReturn. More... | |
virtual void | pingIn_preMsgHook (FwIndexType portNum, U32 key) |
Pre-message hook for async input port pingIn. More... | |
void | FileComplete_out (FwIndexType portNum, const Svc::SendFileResponse &resp) |
Invoke output port FileComplete. More... | |
void | bufferSendOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
Invoke output port bufferSendOut. More... | |
void | pingOut_out (FwIndexType portNum, U32 key) |
Invoke output port pingOut. More... | |
void | cmdResponse_out (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdResponse response) |
Emit command response. More... | |
virtual void | SendFile_cmdHandler (FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdStringArg &sourceFileName, const Fw::CmdStringArg &destFileName)=0 |
virtual void | Cancel_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
virtual void | SendPartial_cmdHandler (FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdStringArg &sourceFileName, const Fw::CmdStringArg &destFileName, U32 startOffset, U32 length)=0 |
void | SendFile_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
void | Cancel_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
void | SendPartial_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
virtual void | SendFile_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
Pre-message hook for command SendFile. More... | |
virtual void | Cancel_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
Pre-message hook for command Cancel. More... | |
virtual void | SendPartial_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
Pre-message hook for command SendPartial. More... | |
void | log_WARNING_HI_FileOpenError (const Fw::StringBase &fileName) const |
void | log_WARNING_HI_FileReadError (const Fw::StringBase &fileName, I32 status) const |
void | log_ACTIVITY_HI_FileSent (const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName) const |
void | log_ACTIVITY_HI_DownlinkCanceled (const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName) const |
void | log_WARNING_HI_DownlinkTimeout (const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName) const |
void | log_WARNING_LO_DownlinkPartialWarning (U32 startOffset, U32 length, U32 filesize, const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName) const |
void | log_WARNING_HI_DownlinkPartialFail (const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName, U32 startOffset, U32 filesize) const |
void | log_WARNING_HI_SendDataFail (const Fw::StringBase &sourceFileName, U32 byteOffset) const |
void | log_ACTIVITY_HI_SendStarted (U32 fileSize, const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName) const |
void | tlmWrite_FilesSent (U32 arg, Fw::Time _tlmTime=Fw::Time()) const |
void | tlmWrite_PacketsSent (U32 arg, Fw::Time _tlmTime=Fw::Time()) const |
void | tlmWrite_Warnings (U32 arg, Fw::Time _tlmTime=Fw::Time()) const |
Fw::Time | getTime () |
virtual void | lock () |
Lock the guarded mutex. More... | |
virtual void | unLock () |
Unlock the guarded mutex. More... | |
![]() | |
ActiveComponentBase (const char *name) | |
Constructor. More... | |
virtual | ~ActiveComponentBase () |
Destructor. More... | |
void | init (NATIVE_INT_TYPE instance) |
initialization code More... | |
virtual void | preamble () |
A function that will be called before the event loop is entered. More... | |
MsgDispatchStatus | dispatch () |
The function that will dispatching messages. More... | |
virtual void | finalizer () |
A function that will be called after exiting the loop. More... | |
![]() | |
QueuedComponentBase (const char *name) | |
Constructor. More... | |
virtual | ~QueuedComponentBase () |
Destructor. More... | |
void | init (NATIVE_INT_TYPE instance) |
initialization function More... | |
Os::Queue::Status | createQueue (FwSizeType depth, FwSizeType msgSize) |
NATIVE_INT_TYPE | getNumMsgsDropped () |
return number of messages dropped More... | |
void | incNumMsgDropped () |
increment the number of messages dropped More... | |
![]() | |
PassiveComponentBase (const char *name) | |
Named constructor. More... | |
virtual | ~PassiveComponentBase () |
Destructor. More... | |
void | init (NATIVE_INT_TYPE instance) |
Initialization function. More... | |
NATIVE_INT_TYPE | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
Friends | |
class | FileDownlinkComponentBaseFriend |
Friend class for white-box testing. More... | |
Additional Inherited Members | |
![]() | |
enum | { ACTIVE_COMPONENT_EXIT } |
![]() | |
enum | MsgDispatchStatus { MSG_DISPATCH_OK, MSG_DISPATCH_EMPTY, MSG_DISPATCH_ERROR, MSG_DISPATCH_EXIT } |
![]() | |
Os::Task | m_task |
task object for active component More... | |
![]() | |
Os::Queue | m_queue |
queue object for active component More... | |
Auto-generated base for FileDownlink component.
A component for downlinking files
Definition at line 39 of file FileDownlinkComponentAc.hpp.
|
protected |
Enumerations for numbers of special input ports.
Enumerator | |
---|---|
NUM_CMDIN_INPUT_PORTS |
Definition at line 57 of file FileDownlinkComponentAc.hpp.
|
protected |
Enumerations for numbers of typed input ports.
Enumerator | |
---|---|
NUM_RUN_INPUT_PORTS | |
NUM_SENDFILE_INPUT_PORTS | |
NUM_BUFFERRETURN_INPUT_PORTS | |
NUM_PINGIN_INPUT_PORTS |
Definition at line 62 of file FileDownlinkComponentAc.hpp.
|
protected |
Enumerations for numbers of special output ports.
Enumerator | |
---|---|
NUM_CMDREGOUT_OUTPUT_PORTS | |
NUM_CMDRESPONSEOUT_OUTPUT_PORTS | |
NUM_EVENTOUT_OUTPUT_PORTS | |
NUM_TEXTEVENTOUT_OUTPUT_PORTS | |
NUM_TIMECALLER_OUTPUT_PORTS | |
NUM_TLMOUT_OUTPUT_PORTS |
Definition at line 70 of file FileDownlinkComponentAc.hpp.
|
protected |
Enumerations for numbers of typed output ports.
Enumerator | |
---|---|
NUM_FILECOMPLETE_OUTPUT_PORTS | |
NUM_BUFFERSENDOUT_OUTPUT_PORTS | |
NUM_PINGOUT_OUTPUT_PORTS |
Definition at line 80 of file FileDownlinkComponentAc.hpp.
|
protected |
Command opcodes.
Definition at line 87 of file FileDownlinkComponentAc.hpp.
|
protected |
Event IDs.
Definition at line 94 of file FileDownlinkComponentAc.hpp.
|
protected |
Channel IDs.
Enumerator | |
---|---|
CHANNELID_FILESSENT | Channel ID for FilesSent. |
CHANNELID_PACKETSSENT | Channel ID for PacketsSent. |
CHANNELID_WARNINGS | Channel ID for Warnings. |
Definition at line 107 of file FileDownlinkComponentAc.hpp.
|
protected |
Construct FileDownlinkComponentBase object.
compName | The component name |
Definition at line 763 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Destroy FileDownlinkComponentBase object.
Definition at line 770 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for input port bufferReturn.
portNum | The port number |
fwBuffer | The buffer |
|
protected |
Handler base-class function for input port bufferReturn.
portNum | The port number |
fwBuffer | The buffer |
Definition at line 1085 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port bufferReturn.
portNum | The port number |
fwBuffer | The buffer |
Definition at line 1208 of file FileDownlinkComponentAc.cpp.
|
protected |
Invoke output port bufferSendOut.
portNum | The port number |
fwBuffer | The buffer |
Definition at line 1245 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for command Cancel
Cancel the downlink in progress, if any
opCode | The opcode |
cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command Cancel
Cancel the downlink in progress, if any
opCode | The opcode |
cmdSeq | The command sequence number |
args | The command argument buffer |
Definition at line 1355 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command Cancel.
opCode | The opcode |
cmdSeq | The command sequence number |
Definition at line 1492 of file FileDownlinkComponentAc.cpp.
|
protected |
Emit command response.
opCode | The opcode |
cmdSeq | The command sequence number |
response | The command response |
Definition at line 1279 of file FileDownlinkComponentAc.cpp.
|
protected |
Invoke output port FileComplete.
portNum | The port number |
Definition at line 1230 of file FileDownlinkComponentAc.cpp.
Fw::InputBufferSendPort * Svc::FileDownlinkComponentBase::get_bufferReturn_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 431 of file FileDownlinkComponentAc.cpp.
Fw::InputCmdPort * Svc::FileDownlinkComponentBase::get_cmdIn_InputPort | ( | FwIndexType | portNum | ) |
Get special input port at index
portNum | The port number |
Definition at line 394 of file FileDownlinkComponentAc.cpp.
Svc::InputPingPort * Svc::FileDownlinkComponentBase::get_pingIn_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 442 of file FileDownlinkComponentAc.cpp.
Svc::InputSchedPort * Svc::FileDownlinkComponentBase::get_Run_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 409 of file FileDownlinkComponentAc.cpp.
Svc::InputSendFileRequestPort * Svc::FileDownlinkComponentBase::get_SendFile_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 420 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of bufferReturn input ports
Definition at line 802 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of bufferSendOut output ports
Definition at line 868 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of cmdIn input ports
Definition at line 780 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of cmdRegOut output ports
Definition at line 818 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of cmdResponseOut output ports
Definition at line 824 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of eventOut output ports
Definition at line 830 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of FileComplete output ports
Definition at line 862 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of pingIn input ports
Definition at line 808 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of pingOut output ports
Definition at line 874 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of Run input ports
Definition at line 790 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of SendFile input ports
Definition at line 796 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of timeCaller output ports
Definition at line 846 of file FileDownlinkComponentAc.cpp.
|
protected |
Get the number of tlmOut output ports
Definition at line 852 of file FileDownlinkComponentAc.cpp.
|
protected |
void Svc::FileDownlinkComponentBase::init | ( | FwSizeType | queueDepth, |
FwEnumStoreType | instance = 0 |
||
) |
Initialize FileDownlinkComponentBase object.
queueDepth | The queue depth |
instance | The instance number |
Definition at line 77 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port bufferSendOut is connected
portNum | The port number |
Definition at line 969 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port cmdRegOut is connected
portNum | The port number |
Definition at line 884 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port cmdResponseOut is connected
portNum | The port number |
Definition at line 895 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port eventOut is connected
portNum | The port number |
Definition at line 906 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port FileComplete is connected
portNum | The port number |
Definition at line 958 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port pingOut is connected
portNum | The port number |
Definition at line 980 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port timeCaller is connected
portNum | The port number |
Definition at line 932 of file FileDownlinkComponentAc.cpp.
|
protected |
Check whether port tlmOut is connected
portNum | The port number |
Definition at line 943 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Lock the guarded mutex.
Definition at line 2501 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event DownlinkCanceled
The File Downlink component canceled downlink of a file
sourceFileName | The source file name |
destFileName | The destination file name |
Definition at line 1764 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event FileSent
The File Downlink component successfully sent a file
sourceFileName | The source file name |
destFileName | The destination file name |
Definition at line 1682 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event SendStarted
The File Downlink component started a file download.
fileSize | The source file size |
sourceFileName | The source filename |
destFileName | The destination filename |
Definition at line 2274 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event DownlinkPartialFail
The File Downlink component has detected a timeout. Downlink has been canceled.
sourceFileName | The source filename |
destFileName | The destination file name |
startOffset | Starting file offset in bytes |
filesize | Size of source file |
Definition at line 2064 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event DownlinkTimeout
The File Downlink component has detected a timeout. Downlink has been canceled.
sourceFileName | The source filename |
destFileName | The destination file name |
Definition at line 1846 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event FileOpenError
An error occurred opening a file
fileName | The name of the file |
Definition at line 1518 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event FileReadError
An error occurred reading a file
fileName | The name of the file |
status | The file status of read |
Definition at line 1590 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event SendDataFail
The File Downlink component generated an error when trying to send a data packet.
sourceFileName | The source filename |
byteOffset | Byte offset |
Definition at line 2182 of file FileDownlinkComponentAc.cpp.
|
protected |
Log event DownlinkPartialWarning
The File Downlink component has detected a timeout. Downlink has been canceled.
startOffset | Starting file offset in bytes |
length | Number of bytes to downlink |
filesize | Size of source file |
sourceFileName | The source filename |
destFileName | The destination file name |
Definition at line 1928 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for input port pingIn.
portNum | The port number |
key | Value to return to pinger |
|
protected |
Handler base-class function for input port pingIn.
portNum | The port number |
key | Value to return to pinger |
Definition at line 1138 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port pingIn.
portNum | The port number |
key | Value to return to pinger |
Definition at line 1217 of file FileDownlinkComponentAc.cpp.
|
protected |
Invoke output port pingOut.
portNum | The port number |
key | Value to return to pinger |
Definition at line 1260 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::regCommands | ( | ) |
Register commands with the Command Dispatcher.
Connect the dispatcher first
Definition at line 741 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for input port Run.
portNum | The port number |
context | The call order |
|
protected |
Handler base-class function for input port Run.
portNum | The port number |
context | The call order |
Definition at line 997 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port Run.
portNum | The port number |
context | The call order |
Definition at line 1199 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for command SendFile
Read a named file off the disk. Divide it into packets and send the packets for transmission to the ground.
opCode | The opcode |
cmdSeq | The command sequence number |
sourceFileName | The name of the on-board file to send |
destFileName | The name of the destination file on the ground |
|
protected |
Base-class handler function for command SendFile
Read a named file off the disk. Divide it into packets and send the packets for transmission to the ground.
opCode | The opcode |
cmdSeq | The command sequence number |
args | The command argument buffer |
Definition at line 1296 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for input port SendFile.
portNum | The port number |
sourceFileName | Path of file to downlink |
destFileName | Path to store downlinked file at |
offset | Amount of data in bytes to downlink from file. 0 to read until end of file |
length | Amount of data in bytes to downlink from file. 0 to read until end of file |
|
protected |
Handler base-class function for input port SendFile.
portNum | The port number |
sourceFileName | Path of file to downlink |
destFileName | Path to store downlinked file at |
offset | Amount of data in bytes to downlink from file. 0 to read until end of file |
length | Amount of data in bytes to downlink from file. 0 to read until end of file |
Definition at line 1050 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command SendFile.
opCode | The opcode |
cmdSeq | The command sequence number |
Definition at line 1481 of file FileDownlinkComponentAc.cpp.
|
protectedpure virtual |
Handler for command SendPartial
Read a named file off the disk from a starting position. Divide it into packets and send the packets for transmission to the ground.
opCode | The opcode |
cmdSeq | The command sequence number |
sourceFileName | The name of the on-board file to send |
destFileName | The name of the destination file on the ground |
startOffset | Starting offset of the source file |
length | Number of bytes to send from starting offset. Length of 0 implies until the end of the file |
|
protected |
Base-class handler function for command SendPartial
Read a named file off the disk from a starting position. Divide it into packets and send the packets for transmission to the ground.
opCode | The opcode |
cmdSeq | The command sequence number |
args | The command argument buffer |
Definition at line 1414 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command SendPartial.
opCode | The opcode |
cmdSeq | The command sequence number |
Definition at line 1503 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_bufferSendOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputBufferSendPort * | port | ||
) |
Connect port to bufferSendOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 563 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_cmdRegOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputCmdRegPort * | port | ||
) |
Connect port to cmdRegOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 457 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_cmdResponseOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputCmdResponsePort * | port | ||
) |
Connect port to cmdResponseOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 471 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_eventOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputLogPort * | port | ||
) |
Connect port to eventOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 485 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_FileComplete_OutputPort | ( | FwIndexType | portNum, |
Svc::InputSendFileCompletePort * | port | ||
) |
Connect port to FileComplete[portNum].
portNum | The port number |
port | The input port |
Definition at line 549 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_pingOut_OutputPort | ( | FwIndexType | portNum, |
Svc::InputPingPort * | port | ||
) |
Connect port to pingOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 577 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_timeCaller_OutputPort | ( | FwIndexType | portNum, |
Fw::InputTimePort * | port | ||
) |
Connect port to timeCaller[portNum].
portNum | The port number |
port | The input port |
Definition at line 517 of file FileDownlinkComponentAc.cpp.
void Svc::FileDownlinkComponentBase::set_tlmOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputTlmPort * | port | ||
) |
Connect port to tlmOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 531 of file FileDownlinkComponentAc.cpp.
|
protected |
Write telemetry channel FilesSent
The total number of files sent
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 2378 of file FileDownlinkComponentAc.cpp.
|
protected |
Write telemetry channel PacketsSent
The total number of packets sent
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 2411 of file FileDownlinkComponentAc.cpp.
|
protected |
Write telemetry channel Warnings
The total number of warnings
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 2444 of file FileDownlinkComponentAc.cpp.
|
protectedvirtual |
Unlock the guarded mutex.
Definition at line 2507 of file FileDownlinkComponentAc.cpp.
|
friend |
Friend class for white-box testing.
Definition at line 48 of file FileDownlinkComponentAc.hpp.