![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Auto-generated base for DpManager component. More...
#include <Svc/DpManager/DpManagerComponentAc.hpp>
Protected Member Functions | |
DpManagerComponentBase (const char *compName="") | |
Construct DpManagerComponentBase object. More... | |
virtual | ~DpManagerComponentBase () |
Destroy DpManagerComponentBase object. More... | |
FwIndexType | getNum_cmdIn_InputPorts () const |
FwIndexType | getNum_productGetIn_InputPorts () const |
FwIndexType | getNum_productRequestIn_InputPorts () const |
FwIndexType | getNum_productSendIn_InputPorts () const |
FwIndexType | getNum_schedIn_InputPorts () const |
FwIndexType | getNum_cmdRegIn_OutputPorts () const |
FwIndexType | getNum_cmdResponseOut_OutputPorts () const |
FwIndexType | getNum_eventOut_OutputPorts () const |
FwIndexType | getNum_timeGetOut_OutputPorts () const |
FwIndexType | getNum_tlmOut_OutputPorts () const |
FwIndexType | getNum_bufferGetOut_OutputPorts () const |
FwIndexType | getNum_productResponseOut_OutputPorts () const |
FwIndexType | getNum_productSendOut_OutputPorts () const |
bool | isConnected_cmdRegIn_OutputPort (FwIndexType portNum) |
bool | isConnected_cmdResponseOut_OutputPort (FwIndexType portNum) |
bool | isConnected_eventOut_OutputPort (FwIndexType portNum) |
bool | isConnected_timeGetOut_OutputPort (FwIndexType portNum) |
bool | isConnected_tlmOut_OutputPort (FwIndexType portNum) |
bool | isConnected_bufferGetOut_OutputPort (FwIndexType portNum) |
bool | isConnected_productResponseOut_OutputPort (FwIndexType portNum) |
bool | isConnected_productSendOut_OutputPort (FwIndexType portNum) |
virtual Fw::Success | productGetIn_handler (FwIndexType portNum, FwDpIdType id, FwSizeType dataSize, Fw::Buffer &buffer)=0 |
Handler for input port productGetIn. More... | |
virtual void | productRequestIn_handler (FwIndexType portNum, FwDpIdType id, FwSizeType dataSize)=0 |
Handler for input port productRequestIn. More... | |
virtual void | productSendIn_handler (FwIndexType portNum, FwDpIdType id, const Fw::Buffer &buffer)=0 |
Handler for input port productSendIn. More... | |
virtual void | schedIn_handler (FwIndexType portNum, U32 context)=0 |
Handler for input port schedIn. More... | |
Fw::Success | productGetIn_handlerBase (FwIndexType portNum, FwDpIdType id, FwSizeType dataSize, Fw::Buffer &buffer) |
Handler base-class function for input port productGetIn. More... | |
void | productRequestIn_handlerBase (FwIndexType portNum, FwDpIdType id, FwSizeType dataSize) |
Handler base-class function for input port productRequestIn. More... | |
void | productSendIn_handlerBase (FwIndexType portNum, FwDpIdType id, const Fw::Buffer &buffer) |
Handler base-class function for input port productSendIn. More... | |
void | schedIn_handlerBase (FwIndexType portNum, U32 context) |
Handler base-class function for input port schedIn. More... | |
virtual void | productRequestIn_preMsgHook (FwIndexType portNum, FwDpIdType id, FwSizeType dataSize) |
Pre-message hook for async input port productRequestIn. More... | |
virtual void | productSendIn_preMsgHook (FwIndexType portNum, FwDpIdType id, const Fw::Buffer &buffer) |
Pre-message hook for async input port productSendIn. More... | |
virtual void | schedIn_preMsgHook (FwIndexType portNum, U32 context) |
Pre-message hook for async input port schedIn. More... | |
Fw::Buffer | bufferGetOut_out (FwIndexType portNum, U32 size) |
Invoke output port bufferGetOut. More... | |
void | productResponseOut_out (FwIndexType portNum, FwDpIdType id, const Fw::Buffer &buffer, const Fw::Success &status) |
Invoke output port productResponseOut. More... | |
void | productSendOut_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
Invoke output port productSendOut. More... | |
void | cmdResponse_out (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdResponse response) |
Emit command response. More... | |
virtual void | CLEAR_EVENT_THROTTLE_cmdHandler (FwOpcodeType opCode, U32 cmdSeq)=0 |
void | CLEAR_EVENT_THROTTLE_cmdHandlerBase (FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args) |
virtual void | CLEAR_EVENT_THROTTLE_preMsgHook (FwOpcodeType opCode, U32 cmdSeq) |
Pre-message hook for command CLEAR_EVENT_THROTTLE. More... | |
void | log_WARNING_HI_BufferAllocationFailed (U32 id) |
void | log_WARNING_HI_BufferAllocationFailed_ThrottleClear () |
Reset throttle value for BufferAllocationFailed. More... | |
void | tlmWrite_NumSuccessfulAllocations (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
void | tlmWrite_NumFailedAllocations (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
void | tlmWrite_NumDataProducts (U32 arg, Fw::Time _tlmTime=Fw::Time()) |
void | tlmWrite_NumBytes (U64 arg, Fw::Time _tlmTime=Fw::Time()) |
Fw::Time | getTime () |
![]() | |
ActiveComponentBase (const char *name) | |
Constructor. More... | |
virtual | ~ActiveComponentBase () |
Destructor. More... | |
void | init (FwEnumStoreType 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 (FwEnumStoreType instance) |
initialization function More... | |
Os::Queue::Status | createQueue (FwSizeType depth, FwSizeType msgSize) |
FwSizeType | 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 (FwEnumStoreType instance) |
Initialization function. More... | |
FwEnumStoreType | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
Friends | |
class | DpManagerComponentBaseFriend |
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 DpManager component.
A component for managing data products
Definition at line 40 of file DpManagerComponentAc.hpp.
|
protected |
Enumerations for numbers of special input ports.
Enumerator | |
---|---|
NUM_CMDIN_INPUT_PORTS |
Definition at line 58 of file DpManagerComponentAc.hpp.
|
protected |
Enumerations for numbers of typed input ports.
Enumerator | |
---|---|
NUM_PRODUCTGETIN_INPUT_PORTS | |
NUM_PRODUCTREQUESTIN_INPUT_PORTS | |
NUM_PRODUCTSENDIN_INPUT_PORTS | |
NUM_SCHEDIN_INPUT_PORTS |
Definition at line 63 of file DpManagerComponentAc.hpp.
|
protected |
Enumerations for numbers of special output ports.
Enumerator | |
---|---|
NUM_CMDREGIN_OUTPUT_PORTS | |
NUM_CMDRESPONSEOUT_OUTPUT_PORTS | |
NUM_EVENTOUT_OUTPUT_PORTS | |
NUM_TEXTEVENTOUT_OUTPUT_PORTS | |
NUM_TIMEGETOUT_OUTPUT_PORTS | |
NUM_TLMOUT_OUTPUT_PORTS |
Definition at line 71 of file DpManagerComponentAc.hpp.
|
protected |
Enumerations for numbers of typed output ports.
Enumerator | |
---|---|
NUM_BUFFERGETOUT_OUTPUT_PORTS | |
NUM_PRODUCTRESPONSEOUT_OUTPUT_PORTS | |
NUM_PRODUCTSENDOUT_OUTPUT_PORTS |
Definition at line 81 of file DpManagerComponentAc.hpp.
|
protected |
Command opcodes.
Enumerator | |
---|---|
OPCODE_CLEAR_EVENT_THROTTLE | Clear event throttling. |
Definition at line 88 of file DpManagerComponentAc.hpp.
|
protected |
Event IDs.
Enumerator | |
---|---|
EVENTID_BUFFERALLOCATIONFAILED | Buffer allocation failed. |
Definition at line 93 of file DpManagerComponentAc.hpp.
|
protected |
Event throttle values: sets initial value of countdown variables.
Enumerator | |
---|---|
EVENTID_BUFFERALLOCATIONFAILED_THROTTLE | Throttle reset count for BufferAllocationFailed. |
Definition at line 98 of file DpManagerComponentAc.hpp.
|
protected |
Channel IDs.
Definition at line 103 of file DpManagerComponentAc.hpp.
|
protected |
Construct DpManagerComponentBase object.
compName | The component name |
Definition at line 739 of file DpManagerComponentAc.cpp.
|
protectedvirtual |
Destroy DpManagerComponentBase object.
Definition at line 762 of file DpManagerComponentAc.cpp.
|
protected |
Invoke output port bufferGetOut.
portNum | The port number |
size | The requested size |
Definition at line 1234 of file DpManagerComponentAc.cpp.
|
protectedpure virtual |
Handler for command CLEAR_EVENT_THROTTLE
Clear event throttling
opCode | The opcode |
cmdSeq | The command sequence number |
|
protected |
Base-class handler function for command CLEAR_EVENT_THROTTLE
Clear event throttling
opCode | The opcode |
cmdSeq | The command sequence number |
args | The command argument buffer |
Definition at line 1319 of file DpManagerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for command CLEAR_EVENT_THROTTLE.
opCode | The opcode |
cmdSeq | The command sequence number |
Definition at line 1386 of file DpManagerComponentAc.cpp.
|
protected |
Emit command response.
opCode | The opcode |
cmdSeq | The command sequence number |
response | The command response |
Definition at line 1302 of file DpManagerComponentAc.cpp.
Fw::InputCmdPort * Svc::DpManagerComponentBase::get_cmdIn_InputPort | ( | FwIndexType | portNum | ) |
Get special input port at index
portNum | The port number |
Definition at line 392 of file DpManagerComponentAc.cpp.
Fw::InputDpGetPort * Svc::DpManagerComponentBase::get_productGetIn_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 407 of file DpManagerComponentAc.cpp.
Fw::InputDpRequestPort * Svc::DpManagerComponentBase::get_productRequestIn_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 418 of file DpManagerComponentAc.cpp.
Fw::InputDpSendPort * Svc::DpManagerComponentBase::get_productSendIn_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 429 of file DpManagerComponentAc.cpp.
Svc::InputSchedPort * Svc::DpManagerComponentBase::get_schedIn_InputPort | ( | FwIndexType | portNum | ) |
Get typed input port at index
portNum | The port number |
Definition at line 440 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of bufferGetOut output ports
Definition at line 854 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of cmdIn input ports
Definition at line 772 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of cmdRegIn output ports
Definition at line 810 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of cmdResponseOut output ports
Definition at line 816 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of eventOut output ports
Definition at line 822 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of productGetIn input ports
Definition at line 782 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of productRequestIn input ports
Definition at line 788 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of productResponseOut output ports
Definition at line 860 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of productSendIn input ports
Definition at line 794 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of productSendOut output ports
Definition at line 866 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of schedIn input ports
Definition at line 800 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of timeGetOut output ports
Definition at line 838 of file DpManagerComponentAc.cpp.
|
protected |
Get the number of tlmOut output ports
Definition at line 844 of file DpManagerComponentAc.cpp.
|
protected |
void Svc::DpManagerComponentBase::init | ( | FwSizeType | queueDepth, |
FwEnumStoreType | instance = 0 |
||
) |
Initialize DpManagerComponentBase object.
queueDepth | The queue depth |
instance | The instance number |
Definition at line 75 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port bufferGetOut is connected
portNum | The port number |
Definition at line 950 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port cmdRegIn is connected
portNum | The port number |
Definition at line 876 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port cmdResponseOut is connected
portNum | The port number |
Definition at line 887 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port eventOut is connected
portNum | The port number |
Definition at line 898 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port productResponseOut is connected
portNum | The port number |
Definition at line 961 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port productSendOut is connected
portNum | The port number |
Definition at line 972 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port timeGetOut is connected
portNum | The port number |
Definition at line 924 of file DpManagerComponentAc.cpp.
|
protected |
Check whether port tlmOut is connected
portNum | The port number |
Definition at line 935 of file DpManagerComponentAc.cpp.
|
protected |
Log event BufferAllocationFailed
Buffer allocation failed
id | The container ID |
Definition at line 1401 of file DpManagerComponentAc.cpp.
|
protected |
Reset throttle value for BufferAllocationFailed.
Definition at line 1495 of file DpManagerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port productGetIn.
portNum | The port number |
id | The container ID (input) |
dataSize | The data size of the requested buffer (input) |
buffer | The buffer (output) |
|
protected |
Handler base-class function for input port productGetIn.
portNum | The port number |
id | The container ID (input) |
dataSize | The data size of the requested buffer (input) |
buffer | The buffer (output) |
Definition at line 989 of file DpManagerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port productRequestIn.
portNum | The port number |
id | The container ID |
dataSize | The data size of the requested buffer |
|
protected |
Handler base-class function for input port productRequestIn.
portNum | The port number |
id | The container ID |
dataSize | The data size of the requested buffer |
Definition at line 1016 of file DpManagerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port productRequestIn.
portNum | The port number |
id | The container ID |
dataSize | The data size of the requested buffer |
Definition at line 1201 of file DpManagerComponentAc.cpp.
|
protected |
Invoke output port productResponseOut.
portNum | The port number |
id | The container ID |
buffer | The buffer |
status | The status |
Definition at line 1254 of file DpManagerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port productSendIn.
portNum | The port number |
id | The container ID |
buffer | The buffer |
|
protected |
Handler base-class function for input port productSendIn.
portNum | The port number |
id | The container ID |
buffer | The buffer |
Definition at line 1078 of file DpManagerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port productSendIn.
portNum | The port number |
id | The container ID |
buffer | The buffer |
Definition at line 1211 of file DpManagerComponentAc.cpp.
|
protected |
Invoke output port productSendOut.
portNum | The port number |
fwBuffer | The buffer |
Definition at line 1278 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::regCommands | ( | ) |
Register commands with the Command Dispatcher.
Connect the dispatcher first
Definition at line 725 of file DpManagerComponentAc.cpp.
|
protectedpure virtual |
Handler for input port schedIn.
portNum | The port number |
context | The call order |
|
protected |
Handler base-class function for input port schedIn.
portNum | The port number |
context | The call order |
Definition at line 1140 of file DpManagerComponentAc.cpp.
|
protectedvirtual |
Pre-message hook for async input port schedIn.
portNum | The port number |
context | The call order |
Definition at line 1221 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_bufferGetOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputBufferGetPort * | port | ||
) |
Connect port to bufferGetOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 547 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_cmdRegIn_OutputPort | ( | FwIndexType | portNum, |
Fw::InputCmdRegPort * | port | ||
) |
Connect port to cmdRegIn[portNum].
portNum | The port number |
port | The input port |
Definition at line 455 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_cmdResponseOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputCmdResponsePort * | port | ||
) |
Connect port to cmdResponseOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 469 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_eventOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputLogPort * | port | ||
) |
Connect port to eventOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 483 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_productResponseOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputDpResponsePort * | port | ||
) |
Connect port to productResponseOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 561 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_productSendOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputBufferSendPort * | port | ||
) |
Connect port to productSendOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 575 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_timeGetOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputTimePort * | port | ||
) |
Connect port to timeGetOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 515 of file DpManagerComponentAc.cpp.
void Svc::DpManagerComponentBase::set_tlmOut_OutputPort | ( | FwIndexType | portNum, |
Fw::InputTlmPort * | port | ||
) |
Connect port to tlmOut[portNum].
portNum | The port number |
port | The input port |
Definition at line 529 of file DpManagerComponentAc.cpp.
|
protected |
Write telemetry channel NumBytes
Number of bytes handled
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 1650 of file DpManagerComponentAc.cpp.
|
protected |
Write telemetry channel NumDataProducts
Number of data products handled
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 1602 of file DpManagerComponentAc.cpp.
|
protected |
Write telemetry channel NumFailedAllocations
The number of failed buffer allocations
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 1554 of file DpManagerComponentAc.cpp.
|
protected |
Write telemetry channel NumSuccessfulAllocations
The number of successful buffer allocations
arg | The telemetry value |
_tlmTime | Timestamp. Default: unspecified, request from getTime port |
Definition at line 1506 of file DpManagerComponentAc.cpp.
|
friend |
Friend class for white-box testing.
Definition at line 49 of file DpManagerComponentAc.hpp.