Auto-generated base for ComRetry component.
More...
#include <Svc/ComRetry/ComRetryComponentAc.hpp>
|
| | ComRetryComponentBase (const char *compName="") |
| | Construct ComRetryComponentBase object. More...
|
| |
| virtual | ~ComRetryComponentBase () |
| | Destroy ComRetryComponentBase object. More...
|
| |
| bool | isConnected_comStatusOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_dataOut_OutputPort (FwIndexType portNum) |
| |
| bool | isConnected_dataReturnOut_OutputPort (FwIndexType portNum) |
| |
| virtual void | comStatusIn_handler (FwIndexType portNum, Fw::Success &condition)=0 |
| | Handler for input port comStatusIn. More...
|
| |
| virtual void | dataIn_handler (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context)=0 |
| | Handler for input port dataIn. More...
|
| |
| virtual void | dataReturnIn_handler (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context)=0 |
| | Handler for input port dataReturnIn. More...
|
| |
| void | comStatusIn_handlerBase (FwIndexType portNum, Fw::Success &condition) |
| | Handler base-class function for input port comStatusIn. More...
|
| |
| void | dataIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Handler base-class function for input port dataIn. More...
|
| |
| void | dataReturnIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Handler base-class function for input port dataReturnIn. More...
|
| |
| void | comStatusOut_out (FwIndexType portNum, Fw::Success &condition) |
| | Invoke output port comStatusOut. More...
|
| |
| void | dataOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Invoke output port dataOut. More...
|
| |
| void | dataReturnOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| | Invoke output port dataReturnOut. 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...
|
| |
Auto-generated base for ComRetry component.
A component for retrying message delivery on failure
Definition at line 23 of file ComRetryComponentAc.hpp.
◆ anonymous enum
Enumerations for numbers of typed input ports.
| Enumerator |
|---|
| NUM_COMSTATUSIN_INPUT_PORTS | |
| NUM_DATAIN_INPUT_PORTS | |
| NUM_DATARETURNIN_INPUT_PORTS | |
Definition at line 43 of file ComRetryComponentAc.hpp.
◆ anonymous enum
Enumerations for numbers of typed output ports.
| Enumerator |
|---|
| NUM_COMSTATUSOUT_OUTPUT_PORTS | |
| NUM_DATAOUT_OUTPUT_PORTS | |
| NUM_DATARETURNOUT_OUTPUT_PORTS | |
Definition at line 50 of file ComRetryComponentAc.hpp.
◆ ComRetryComponentBase()
| Svc::ComRetryComponentBase::ComRetryComponentBase |
( |
const char * |
compName = "" | ) |
|
|
protected |
◆ ~ComRetryComponentBase()
| Svc::ComRetryComponentBase::~ComRetryComponentBase |
( |
| ) |
|
|
protectedvirtual |
◆ comStatusIn_handler()
Handler for input port comStatusIn.
- Parameters
-
| portNum | The port number |
| condition | Condition success/failure |
◆ comStatusIn_handlerBase()
Handler base-class function for input port comStatusIn.
- Parameters
-
| portNum | The port number |
| condition | Condition success/failure |
Definition at line 350 of file ComRetryComponentAc.cpp.
◆ comStatusOut_out()
Invoke output port comStatusOut.
- Parameters
-
| portNum | The port number |
| condition | Condition success/failure |
Definition at line 415 of file ComRetryComponentAc.cpp.
◆ dataIn_handler()
Handler for input port dataIn.
- Parameters
-
◆ dataIn_handlerBase()
◆ dataOut_out()
◆ dataReturnIn_handler()
Handler for input port dataReturnIn.
- Parameters
-
◆ dataReturnIn_handlerBase()
◆ dataReturnOut_out()
◆ get_comStatusIn_InputPort()
◆ get_dataIn_InputPort()
◆ get_dataReturnIn_InputPort()
◆ getNum_comStatusIn_InputPorts()
| static constexpr FwIndexType Svc::ComRetryComponentBase::getNum_comStatusIn_InputPorts |
( |
| ) |
|
|
inlinestaticprotected |
Get the number of comStatusIn input ports
- Returns
- The number of comStatusIn input ports
Definition at line 169 of file ComRetryComponentAc.hpp.
◆ getNum_comStatusOut_OutputPorts()
| static constexpr FwIndexType Svc::ComRetryComponentBase::getNum_comStatusOut_OutputPorts |
( |
| ) |
|
|
inlinestaticprotected |
Get the number of comStatusOut output ports
- Returns
- The number of comStatusOut output ports
Definition at line 196 of file ComRetryComponentAc.hpp.
◆ getNum_dataIn_InputPorts()
| static constexpr FwIndexType Svc::ComRetryComponentBase::getNum_dataIn_InputPorts |
( |
| ) |
|
|
inlinestaticprotected |
Get the number of dataIn input ports
- Returns
- The number of dataIn input ports
Definition at line 176 of file ComRetryComponentAc.hpp.
◆ getNum_dataOut_OutputPorts()
| static constexpr FwIndexType Svc::ComRetryComponentBase::getNum_dataOut_OutputPorts |
( |
| ) |
|
|
inlinestaticprotected |
Get the number of dataOut output ports
- Returns
- The number of dataOut output ports
Definition at line 203 of file ComRetryComponentAc.hpp.
◆ getNum_dataReturnIn_InputPorts()
| static constexpr FwIndexType Svc::ComRetryComponentBase::getNum_dataReturnIn_InputPorts |
( |
| ) |
|
|
inlinestaticprotected |
Get the number of dataReturnIn input ports
- Returns
- The number of dataReturnIn input ports
Definition at line 183 of file ComRetryComponentAc.hpp.
◆ getNum_dataReturnOut_OutputPorts()
| static constexpr FwIndexType Svc::ComRetryComponentBase::getNum_dataReturnOut_OutputPorts |
( |
| ) |
|
|
inlinestaticprotected |
Get the number of dataReturnOut output ports
- Returns
- The number of dataReturnOut output ports
Definition at line 210 of file ComRetryComponentAc.hpp.
◆ init()
◆ isConnected_comStatusOut_OutputPort()
| bool Svc::ComRetryComponentBase::isConnected_comStatusOut_OutputPort |
( |
FwIndexType |
portNum | ) |
|
|
protected |
Check whether port comStatusOut is connected
- Returns
- Whether port comStatusOut is connected
- Parameters
-
Definition at line 311 of file ComRetryComponentAc.cpp.
◆ isConnected_dataOut_OutputPort()
| bool Svc::ComRetryComponentBase::isConnected_dataOut_OutputPort |
( |
FwIndexType |
portNum | ) |
|
|
protected |
Check whether port dataOut is connected
- Returns
- Whether port dataOut is connected
- Parameters
-
Definition at line 322 of file ComRetryComponentAc.cpp.
◆ isConnected_dataReturnOut_OutputPort()
| bool Svc::ComRetryComponentBase::isConnected_dataReturnOut_OutputPort |
( |
FwIndexType |
portNum | ) |
|
|
protected |
Check whether port dataReturnOut is connected
- Returns
- Whether port dataReturnOut is connected
- Parameters
-
Definition at line 333 of file ComRetryComponentAc.cpp.
◆ set_comStatusOut_OutputPort()
Connect port to comStatusOut[portNum].
- Parameters
-
| portNum | The port number |
| port | The input port |
Definition at line 198 of file ComRetryComponentAc.cpp.
◆ set_dataOut_OutputPort()
Connect port to dataOut[portNum].
- Parameters
-
| portNum | The port number |
| port | The input port |
Definition at line 212 of file ComRetryComponentAc.cpp.
◆ set_dataReturnOut_OutputPort()
Connect port to dataReturnOut[portNum].
- Parameters
-
| portNum | The port number |
| port | The input port |
Definition at line 226 of file ComRetryComponentAc.cpp.
◆ ComRetryTester
| friend class ComRetryTester |
|
friend |
◆ ComRetryTesterBase
| friend class ComRetryTesterBase |
|
friend |
The documentation for this class was generated from the following files: