// ====================================================================== // \title QueuedParamsTesterBase.cpp // \author Generated by fpp-to-cpp // \brief cpp file for QueuedParams component test harness base class // ====================================================================== #include #include #include "test-base/QueuedParamsTesterBase.hpp" // ---------------------------------------------------------------------- // Component initialization // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: init(FwEnumStoreType instance) { // Initialize base class Fw::PassiveComponentBase::init(instance); // Connect input port cmdRegOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_cmdRegOut()); port++ ) { this->m_from_cmdRegOut[port].init(); this->m_from_cmdRegOut[port].addCallComp( this, from_cmdRegOut_static ); this->m_from_cmdRegOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_cmdRegOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_cmdRegOut[port].setObjName(portName.toChar()); #endif } // Connect input port cmdResponseOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_cmdResponseOut()); port++ ) { this->m_from_cmdResponseOut[port].init(); this->m_from_cmdResponseOut[port].addCallComp( this, from_cmdResponseOut_static ); this->m_from_cmdResponseOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_cmdResponseOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_cmdResponseOut[port].setObjName(portName.toChar()); #endif } // Connect input port prmGetOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_prmGetOut()); port++ ) { this->m_from_prmGetOut[port].init(); this->m_from_prmGetOut[port].addCallComp( this, from_prmGetOut_static ); this->m_from_prmGetOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_prmGetOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_prmGetOut[port].setObjName(portName.toChar()); #endif } // Connect input port prmSetOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_prmSetOut()); port++ ) { this->m_from_prmSetOut[port].init(); this->m_from_prmSetOut[port].addCallComp( this, from_prmSetOut_static ); this->m_from_prmSetOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_prmSetOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_prmSetOut[port].setObjName(portName.toChar()); #endif } // Connect input port timeGetOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_timeGetOut()); port++ ) { this->m_from_timeGetOut[port].init(); this->m_from_timeGetOut[port].addCallComp( this, from_timeGetOut_static ); this->m_from_timeGetOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_timeGetOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_timeGetOut[port].setObjName(portName.toChar()); #endif } // Connect input port noArgsOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_noArgsOut()); port++ ) { this->m_from_noArgsOut[port].init(); this->m_from_noArgsOut[port].addCallComp( this, from_noArgsOut_static ); this->m_from_noArgsOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_noArgsOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_noArgsOut[port].setObjName(portName.toChar()); #endif } // Connect input port noArgsReturnOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_noArgsReturnOut()); port++ ) { this->m_from_noArgsReturnOut[port].init(); this->m_from_noArgsReturnOut[port].addCallComp( this, from_noArgsReturnOut_static ); this->m_from_noArgsReturnOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_noArgsReturnOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_noArgsReturnOut[port].setObjName(portName.toChar()); #endif } // Connect input port noArgsStringReturnOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_noArgsStringReturnOut()); port++ ) { this->m_from_noArgsStringReturnOut[port].init(); this->m_from_noArgsStringReturnOut[port].addCallComp( this, from_noArgsStringReturnOut_static ); this->m_from_noArgsStringReturnOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_noArgsStringReturnOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_noArgsStringReturnOut[port].setObjName(portName.toChar()); #endif } // Connect input port typedAliasOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_typedAliasOut()); port++ ) { this->m_from_typedAliasOut[port].init(); this->m_from_typedAliasOut[port].addCallComp( this, from_typedAliasOut_static ); this->m_from_typedAliasOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_typedAliasOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_typedAliasOut[port].setObjName(portName.toChar()); #endif } // Connect input port typedAliasReturnOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_typedAliasReturnOut()); port++ ) { this->m_from_typedAliasReturnOut[port].init(); this->m_from_typedAliasReturnOut[port].addCallComp( this, from_typedAliasReturnOut_static ); this->m_from_typedAliasReturnOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_typedAliasReturnOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_typedAliasReturnOut[port].setObjName(portName.toChar()); #endif } // Connect input port typedAliasReturnStringOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_typedAliasReturnStringOut()); port++ ) { this->m_from_typedAliasReturnStringOut[port].init(); this->m_from_typedAliasReturnStringOut[port].addCallComp( this, from_typedAliasReturnStringOut_static ); this->m_from_typedAliasReturnStringOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_typedAliasReturnStringOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_typedAliasReturnStringOut[port].setObjName(portName.toChar()); #endif } // Connect input port typedOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_typedOut()); port++ ) { this->m_from_typedOut[port].init(); this->m_from_typedOut[port].addCallComp( this, from_typedOut_static ); this->m_from_typedOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_typedOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_typedOut[port].setObjName(portName.toChar()); #endif } // Connect input port typedReturnOut for ( FwIndexType port = 0; port < static_cast(this->getNum_from_typedReturnOut()); port++ ) { this->m_from_typedReturnOut[port].init(); this->m_from_typedReturnOut[port].addCallComp( this, from_typedReturnOut_static ); this->m_from_typedReturnOut[port].setPortNum(port); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_from_typedReturnOut[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_from_typedReturnOut[port].setObjName(portName.toChar()); #endif } // Connect output port cmdIn for ( FwIndexType port = 0; port < static_cast(this->getNum_to_cmdIn()); port++ ) { this->m_to_cmdIn[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_cmdIn[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_cmdIn[port].setObjName(portName.toChar()); #endif } // Connect output port aliasTypedAsync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_aliasTypedAsync()); port++ ) { this->m_to_aliasTypedAsync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_aliasTypedAsync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_aliasTypedAsync[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsAliasStringReturnSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsAliasStringReturnSync()); port++ ) { this->m_to_noArgsAliasStringReturnSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsAliasStringReturnSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsAliasStringReturnSync[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsAsync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsAsync()); port++ ) { this->m_to_noArgsAsync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsAsync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsAsync[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsGuarded for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsGuarded()); port++ ) { this->m_to_noArgsGuarded[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsGuarded[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsGuarded[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsReturnGuarded for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsReturnGuarded()); port++ ) { this->m_to_noArgsReturnGuarded[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsReturnGuarded[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsReturnGuarded[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsReturnSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsReturnSync()); port++ ) { this->m_to_noArgsReturnSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsReturnSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsReturnSync[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsStringReturnSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsStringReturnSync()); port++ ) { this->m_to_noArgsStringReturnSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsStringReturnSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsStringReturnSync[port].setObjName(portName.toChar()); #endif } // Connect output port noArgsSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_noArgsSync()); port++ ) { this->m_to_noArgsSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_noArgsSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_noArgsSync[port].setObjName(portName.toChar()); #endif } // Connect output port typedAliasGuarded for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAliasGuarded()); port++ ) { this->m_to_typedAliasGuarded[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAliasGuarded[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAliasGuarded[port].setObjName(portName.toChar()); #endif } // Connect output port typedAliasReturnSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAliasReturnSync()); port++ ) { this->m_to_typedAliasReturnSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAliasReturnSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAliasReturnSync[port].setObjName(portName.toChar()); #endif } // Connect output port typedAliasStringReturnSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAliasStringReturnSync()); port++ ) { this->m_to_typedAliasStringReturnSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAliasStringReturnSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAliasStringReturnSync[port].setObjName(portName.toChar()); #endif } // Connect output port typedAsync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAsync()); port++ ) { this->m_to_typedAsync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAsync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAsync[port].setObjName(portName.toChar()); #endif } // Connect output port typedAsyncAssert for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAsyncAssert()); port++ ) { this->m_to_typedAsyncAssert[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAsyncAssert[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAsyncAssert[port].setObjName(portName.toChar()); #endif } // Connect output port typedAsyncBlockPriority for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAsyncBlockPriority()); port++ ) { this->m_to_typedAsyncBlockPriority[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAsyncBlockPriority[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAsyncBlockPriority[port].setObjName(portName.toChar()); #endif } // Connect output port typedAsyncDropPriority for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedAsyncDropPriority()); port++ ) { this->m_to_typedAsyncDropPriority[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedAsyncDropPriority[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedAsyncDropPriority[port].setObjName(portName.toChar()); #endif } // Connect output port typedGuarded for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedGuarded()); port++ ) { this->m_to_typedGuarded[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedGuarded[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedGuarded[port].setObjName(portName.toChar()); #endif } // Connect output port typedReturnGuarded for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedReturnGuarded()); port++ ) { this->m_to_typedReturnGuarded[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedReturnGuarded[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedReturnGuarded[port].setObjName(portName.toChar()); #endif } // Connect output port typedReturnSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedReturnSync()); port++ ) { this->m_to_typedReturnSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedReturnSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedReturnSync[port].setObjName(portName.toChar()); #endif } // Connect output port typedSync for ( FwIndexType port = 0; port < static_cast(this->getNum_to_typedSync()); port++ ) { this->m_to_typedSync[port].init(); #if FW_OBJECT_NAMES == 1 Fw::ObjectName portName; portName.format( "%s_to_typedSync[%" PRI_FwIndexType "]", this->m_objName.toChar(), port ); this->m_to_typedSync[port].setObjName(portName.toChar()); #endif } } // ---------------------------------------------------------------------- // Connectors for to ports // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: connect_to_cmdIn( FwIndexType portNum, Fw::InputCmdPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_cmdIn()), static_cast(portNum) ); this->m_to_cmdIn[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_aliasTypedAsync( FwIndexType portNum, Ports::InputAliasTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_aliasTypedAsync()), static_cast(portNum) ); this->m_to_aliasTypedAsync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsAliasStringReturnSync( FwIndexType portNum, Ports::InputNoArgsAliasStringReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsAliasStringReturnSync()), static_cast(portNum) ); this->m_to_noArgsAliasStringReturnSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsAsync( FwIndexType portNum, Ports::InputNoArgsPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsAsync()), static_cast(portNum) ); this->m_to_noArgsAsync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsGuarded( FwIndexType portNum, Ports::InputNoArgsPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsGuarded()), static_cast(portNum) ); this->m_to_noArgsGuarded[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsReturnGuarded( FwIndexType portNum, Ports::InputNoArgsReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsReturnGuarded()), static_cast(portNum) ); this->m_to_noArgsReturnGuarded[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsReturnSync( FwIndexType portNum, Ports::InputNoArgsReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsReturnSync()), static_cast(portNum) ); this->m_to_noArgsReturnSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsStringReturnSync( FwIndexType portNum, Ports::InputNoArgsStringReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsStringReturnSync()), static_cast(portNum) ); this->m_to_noArgsStringReturnSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_noArgsSync( FwIndexType portNum, Ports::InputNoArgsPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsSync()), static_cast(portNum) ); this->m_to_noArgsSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAliasGuarded( FwIndexType portNum, Ports::InputAliasTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasGuarded()), static_cast(portNum) ); this->m_to_typedAliasGuarded[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAliasReturnSync( FwIndexType portNum, Ports::InputAliasTypedReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasReturnSync()), static_cast(portNum) ); this->m_to_typedAliasReturnSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAliasStringReturnSync( FwIndexType portNum, Ports::InputAliasTypedReturnStringPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasStringReturnSync()), static_cast(portNum) ); this->m_to_typedAliasStringReturnSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAsync( FwIndexType portNum, Ports::InputTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsync()), static_cast(portNum) ); this->m_to_typedAsync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAsyncAssert( FwIndexType portNum, Ports::InputTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncAssert()), static_cast(portNum) ); this->m_to_typedAsyncAssert[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAsyncBlockPriority( FwIndexType portNum, Ports::InputTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncBlockPriority()), static_cast(portNum) ); this->m_to_typedAsyncBlockPriority[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedAsyncDropPriority( FwIndexType portNum, Ports::InputTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncDropPriority()), static_cast(portNum) ); this->m_to_typedAsyncDropPriority[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedGuarded( FwIndexType portNum, Ports::InputTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedGuarded()), static_cast(portNum) ); this->m_to_typedGuarded[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedReturnGuarded( FwIndexType portNum, Ports::InputTypedReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedReturnGuarded()), static_cast(portNum) ); this->m_to_typedReturnGuarded[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedReturnSync( FwIndexType portNum, Ports::InputTypedReturnPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedReturnSync()), static_cast(portNum) ); this->m_to_typedReturnSync[portNum].addCallPort(port); } void QueuedParamsTesterBase :: connect_to_typedSync( FwIndexType portNum, Ports::InputTypedPort* port ) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedSync()), static_cast(portNum) ); this->m_to_typedSync[portNum].addCallPort(port); } // ---------------------------------------------------------------------- // Getters for from ports // ---------------------------------------------------------------------- Fw::InputCmdRegPort* QueuedParamsTesterBase :: get_from_cmdRegOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_cmdRegOut()), static_cast(portNum) ); return &this->m_from_cmdRegOut[portNum]; } Fw::InputCmdResponsePort* QueuedParamsTesterBase :: get_from_cmdResponseOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_cmdResponseOut()), static_cast(portNum) ); return &this->m_from_cmdResponseOut[portNum]; } Fw::InputLogPort* QueuedParamsTesterBase :: get_from_eventOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_eventOut()), static_cast(portNum) ); return &this->m_from_eventOut[portNum]; } Fw::InputPrmGetPort* QueuedParamsTesterBase :: get_from_prmGetOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_prmGetOut()), static_cast(portNum) ); return &this->m_from_prmGetOut[portNum]; } Fw::InputPrmSetPort* QueuedParamsTesterBase :: get_from_prmSetOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_prmSetOut()), static_cast(portNum) ); return &this->m_from_prmSetOut[portNum]; } #if FW_ENABLE_TEXT_LOGGING == 1 Fw::InputLogTextPort* QueuedParamsTesterBase :: get_from_textEventOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_textEventOut()), static_cast(portNum) ); return &this->m_from_textEventOut[portNum]; } #endif Fw::InputTimePort* QueuedParamsTesterBase :: get_from_timeGetOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_timeGetOut()), static_cast(portNum) ); return &this->m_from_timeGetOut[portNum]; } Fw::InputTlmPort* QueuedParamsTesterBase :: get_from_tlmOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_tlmOut()), static_cast(portNum) ); return &this->m_from_tlmOut[portNum]; } Ports::InputNoArgsPort* QueuedParamsTesterBase :: get_from_noArgsOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_noArgsOut()), static_cast(portNum) ); return &this->m_from_noArgsOut[portNum]; } Ports::InputNoArgsReturnPort* QueuedParamsTesterBase :: get_from_noArgsReturnOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_noArgsReturnOut()), static_cast(portNum) ); return &this->m_from_noArgsReturnOut[portNum]; } Ports::InputNoArgsStringReturnPort* QueuedParamsTesterBase :: get_from_noArgsStringReturnOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_noArgsStringReturnOut()), static_cast(portNum) ); return &this->m_from_noArgsStringReturnOut[portNum]; } Ports::InputAliasTypedPort* QueuedParamsTesterBase :: get_from_typedAliasOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedAliasOut()), static_cast(portNum) ); return &this->m_from_typedAliasOut[portNum]; } Ports::InputAliasTypedReturnPort* QueuedParamsTesterBase :: get_from_typedAliasReturnOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedAliasReturnOut()), static_cast(portNum) ); return &this->m_from_typedAliasReturnOut[portNum]; } Ports::InputAliasTypedReturnStringPort* QueuedParamsTesterBase :: get_from_typedAliasReturnStringOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedAliasReturnStringOut()), static_cast(portNum) ); return &this->m_from_typedAliasReturnStringOut[portNum]; } Ports::InputTypedPort* QueuedParamsTesterBase :: get_from_typedOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedOut()), static_cast(portNum) ); return &this->m_from_typedOut[portNum]; } Ports::InputTypedReturnPort* QueuedParamsTesterBase :: get_from_typedReturnOut(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedReturnOut()), static_cast(portNum) ); return &this->m_from_typedReturnOut[portNum]; } // ---------------------------------------------------------------------- // Component construction and destruction // ---------------------------------------------------------------------- QueuedParamsTesterBase :: QueuedParamsTesterBase( const char* const compName, const U32 maxHistorySize ) : Fw::PassiveComponentBase(compName), m_param_ParamU32_valid(Fw::ParamValid::UNINIT), m_param_ParamF64_valid(Fw::ParamValid::UNINIT), m_param_ParamString_valid(Fw::ParamValid::UNINIT), m_param_ParamEnum_valid(Fw::ParamValid::UNINIT), m_param_ParamArray_valid(Fw::ParamValid::UNINIT), m_param_ParamStruct_valid(Fw::ParamValid::UNINIT) { // Initialize port histories this->fromPortHistory_typedAliasOut = new History(maxHistorySize); this->fromPortHistory_typedAliasReturnOut = new History(maxHistorySize); this->fromPortHistory_typedAliasReturnStringOut = new History(maxHistorySize); this->fromPortHistory_typedOut = new History(maxHistorySize); this->fromPortHistory_typedReturnOut = new History(maxHistorySize); // Initialize command history this->cmdResponseHistory = new History(maxHistorySize); // Clear history this->clearHistory(); } QueuedParamsTesterBase :: ~QueuedParamsTesterBase() { // Destroy port histories delete this->fromPortHistory_typedAliasOut; delete this->fromPortHistory_typedAliasReturnOut; delete this->fromPortHistory_typedAliasReturnStringOut; delete this->fromPortHistory_typedOut; delete this->fromPortHistory_typedReturnOut; // Destroy command history delete this->cmdResponseHistory; } // ---------------------------------------------------------------------- // Default handler implementations for typed from ports // You can override these implementation with more specific behavior // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: from_noArgsOut_handler(FwIndexType portNum) { this->pushFromPortEntry_noArgsOut(); } U32 QueuedParamsTesterBase :: from_noArgsReturnOut_handler(FwIndexType portNum) { this->pushFromPortEntry_noArgsReturnOut(); return 0; } Fw::String QueuedParamsTesterBase :: from_noArgsStringReturnOut_handler(FwIndexType portNum) { this->pushFromPortEntry_noArgsStringReturnOut(); return Fw::String(""); } void QueuedParamsTesterBase :: from_typedAliasOut_handler( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { this->pushFromPortEntry_typedAliasOut(u32, f32, b, str2, e, a, s); } AliasPrim2 QueuedParamsTesterBase :: from_typedAliasReturnOut_handler( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { this->pushFromPortEntry_typedAliasReturnOut(u32, f32, b, str2, e, a, s); return 0.0f; } Fw::String QueuedParamsTesterBase :: from_typedAliasReturnStringOut_handler( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AnotherAliasStruct& s ) { this->pushFromPortEntry_typedAliasReturnStringOut(u32, f32, b, str2, e, a, s); return Fw::String(""); } void QueuedParamsTesterBase :: from_typedOut_handler( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { this->pushFromPortEntry_typedOut(u32, f32, b, str1, e, a, s); } F32 QueuedParamsTesterBase :: from_typedReturnOut_handler( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str2, const E& e, const A& a, const S& s ) { this->pushFromPortEntry_typedReturnOut(u32, f32, b, str2, e, a, s); return 0.0f; } // ---------------------------------------------------------------------- // Handler base-class functions for from ports // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: from_noArgsOut_handlerBase(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_noArgsOut()), static_cast(portNum) ); this->from_noArgsOut_handler(portNum); } U32 QueuedParamsTesterBase :: from_noArgsReturnOut_handlerBase(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_noArgsReturnOut()), static_cast(portNum) ); return this->from_noArgsReturnOut_handler(portNum); } Fw::String QueuedParamsTesterBase :: from_noArgsStringReturnOut_handlerBase(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_noArgsStringReturnOut()), static_cast(portNum) ); return this->from_noArgsStringReturnOut_handler(portNum); } void QueuedParamsTesterBase :: from_typedAliasOut_handlerBase( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedAliasOut()), static_cast(portNum) ); this->from_typedAliasOut_handler( portNum, u32, f32, b, str2, e, a, s ); } AliasPrim2 QueuedParamsTesterBase :: from_typedAliasReturnOut_handlerBase( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedAliasReturnOut()), static_cast(portNum) ); return this->from_typedAliasReturnOut_handler( portNum, u32, f32, b, str2, e, a, s ); } Fw::String QueuedParamsTesterBase :: from_typedAliasReturnStringOut_handlerBase( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AnotherAliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedAliasReturnStringOut()), static_cast(portNum) ); return this->from_typedAliasReturnStringOut_handler( portNum, u32, f32, b, str2, e, a, s ); } void QueuedParamsTesterBase :: from_typedOut_handlerBase( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedOut()), static_cast(portNum) ); this->from_typedOut_handler( portNum, u32, f32, b, str1, e, a, s ); } F32 QueuedParamsTesterBase :: from_typedReturnOut_handlerBase( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str2, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_from_typedReturnOut()), static_cast(portNum) ); return this->from_typedReturnOut_handler( portNum, u32, f32, b, str2, e, a, s ); } // ---------------------------------------------------------------------- // Invocation functions for to ports // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: invoke_to_aliasTypedAsync( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_aliasTypedAsync()), static_cast(portNum) ); this->m_to_aliasTypedAsync[portNum].invoke( u32, f32, b, str2, e, a, s ); } Fw::String QueuedParamsTesterBase :: invoke_to_noArgsAliasStringReturnSync(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsAliasStringReturnSync()), static_cast(portNum) ); return this->m_to_noArgsAliasStringReturnSync[portNum].invoke(); } void QueuedParamsTesterBase :: invoke_to_noArgsAsync(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsAsync()), static_cast(portNum) ); this->m_to_noArgsAsync[portNum].invoke(); } void QueuedParamsTesterBase :: invoke_to_noArgsGuarded(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsGuarded()), static_cast(portNum) ); this->m_to_noArgsGuarded[portNum].invoke(); } U32 QueuedParamsTesterBase :: invoke_to_noArgsReturnGuarded(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsReturnGuarded()), static_cast(portNum) ); return this->m_to_noArgsReturnGuarded[portNum].invoke(); } U32 QueuedParamsTesterBase :: invoke_to_noArgsReturnSync(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsReturnSync()), static_cast(portNum) ); return this->m_to_noArgsReturnSync[portNum].invoke(); } Fw::String QueuedParamsTesterBase :: invoke_to_noArgsStringReturnSync(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsStringReturnSync()), static_cast(portNum) ); return this->m_to_noArgsStringReturnSync[portNum].invoke(); } void QueuedParamsTesterBase :: invoke_to_noArgsSync(FwIndexType portNum) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsSync()), static_cast(portNum) ); this->m_to_noArgsSync[portNum].invoke(); } void QueuedParamsTesterBase :: invoke_to_typedAliasGuarded( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasGuarded()), static_cast(portNum) ); this->m_to_typedAliasGuarded[portNum].invoke( u32, f32, b, str2, e, a, s ); } AliasPrim2 QueuedParamsTesterBase :: invoke_to_typedAliasReturnSync( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasReturnSync()), static_cast(portNum) ); return this->m_to_typedAliasReturnSync[portNum].invoke( u32, f32, b, str2, e, a, s ); } Fw::String QueuedParamsTesterBase :: invoke_to_typedAliasStringReturnSync( FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AnotherAliasStruct& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasStringReturnSync()), static_cast(portNum) ); return this->m_to_typedAliasStringReturnSync[portNum].invoke( u32, f32, b, str2, e, a, s ); } void QueuedParamsTesterBase :: invoke_to_typedAsync( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsync()), static_cast(portNum) ); this->m_to_typedAsync[portNum].invoke( u32, f32, b, str1, e, a, s ); } void QueuedParamsTesterBase :: invoke_to_typedAsyncAssert( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncAssert()), static_cast(portNum) ); this->m_to_typedAsyncAssert[portNum].invoke( u32, f32, b, str1, e, a, s ); } void QueuedParamsTesterBase :: invoke_to_typedAsyncBlockPriority( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncBlockPriority()), static_cast(portNum) ); this->m_to_typedAsyncBlockPriority[portNum].invoke( u32, f32, b, str1, e, a, s ); } void QueuedParamsTesterBase :: invoke_to_typedAsyncDropPriority( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncDropPriority()), static_cast(portNum) ); this->m_to_typedAsyncDropPriority[portNum].invoke( u32, f32, b, str1, e, a, s ); } void QueuedParamsTesterBase :: invoke_to_typedGuarded( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedGuarded()), static_cast(portNum) ); this->m_to_typedGuarded[portNum].invoke( u32, f32, b, str1, e, a, s ); } F32 QueuedParamsTesterBase :: invoke_to_typedReturnGuarded( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str2, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedReturnGuarded()), static_cast(portNum) ); return this->m_to_typedReturnGuarded[portNum].invoke( u32, f32, b, str2, e, a, s ); } F32 QueuedParamsTesterBase :: invoke_to_typedReturnSync( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str2, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedReturnSync()), static_cast(portNum) ); return this->m_to_typedReturnSync[portNum].invoke( u32, f32, b, str2, e, a, s ); } void QueuedParamsTesterBase :: invoke_to_typedSync( FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { // Make sure port number is valid FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedSync()), static_cast(portNum) ); this->m_to_typedSync[portNum].invoke( u32, f32, b, str1, e, a, s ); } // ---------------------------------------------------------------------- // Getters for port counts // ---------------------------------------------------------------------- FwIndexType QueuedParamsTesterBase :: getNum_to_cmdIn() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_cmdIn)); } FwIndexType QueuedParamsTesterBase :: getNum_to_aliasTypedAsync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_aliasTypedAsync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsAliasStringReturnSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsAliasStringReturnSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsAsync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsAsync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsGuarded() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsGuarded)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsReturnGuarded() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsReturnGuarded)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsReturnSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsReturnSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsStringReturnSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsStringReturnSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_noArgsSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_noArgsSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAliasGuarded() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAliasGuarded)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAliasReturnSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAliasReturnSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAliasStringReturnSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAliasStringReturnSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAsync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAsync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAsyncAssert() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAsyncAssert)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAsyncBlockPriority() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAsyncBlockPriority)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedAsyncDropPriority() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedAsyncDropPriority)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedGuarded() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedGuarded)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedReturnGuarded() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedReturnGuarded)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedReturnSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedReturnSync)); } FwIndexType QueuedParamsTesterBase :: getNum_to_typedSync() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_to_typedSync)); } FwIndexType QueuedParamsTesterBase :: getNum_from_cmdRegOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_cmdRegOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_cmdResponseOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_cmdResponseOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_eventOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_eventOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_prmGetOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_prmGetOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_prmSetOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_prmSetOut)); } #if FW_ENABLE_TEXT_LOGGING == 1 FwIndexType QueuedParamsTesterBase :: getNum_from_textEventOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_textEventOut)); } #endif FwIndexType QueuedParamsTesterBase :: getNum_from_timeGetOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_timeGetOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_tlmOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_tlmOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_noArgsOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_noArgsOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_noArgsReturnOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_noArgsReturnOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_noArgsStringReturnOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_noArgsStringReturnOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_typedAliasOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_typedAliasOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_typedAliasReturnOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_typedAliasReturnOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_typedAliasReturnStringOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_typedAliasReturnStringOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_typedOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_typedOut)); } FwIndexType QueuedParamsTesterBase :: getNum_from_typedReturnOut() const { return static_cast(FW_NUM_ARRAY_ELEMENTS(this->m_from_typedReturnOut)); } // ---------------------------------------------------------------------- // Connection status queries for to ports // ---------------------------------------------------------------------- bool QueuedParamsTesterBase :: isConnected_to_cmdIn(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_cmdIn()), static_cast(portNum) ); return this->m_to_cmdIn[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_aliasTypedAsync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_aliasTypedAsync()), static_cast(portNum) ); return this->m_to_aliasTypedAsync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsAliasStringReturnSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsAliasStringReturnSync()), static_cast(portNum) ); return this->m_to_noArgsAliasStringReturnSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsAsync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsAsync()), static_cast(portNum) ); return this->m_to_noArgsAsync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsGuarded(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsGuarded()), static_cast(portNum) ); return this->m_to_noArgsGuarded[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsReturnGuarded(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsReturnGuarded()), static_cast(portNum) ); return this->m_to_noArgsReturnGuarded[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsReturnSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsReturnSync()), static_cast(portNum) ); return this->m_to_noArgsReturnSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsStringReturnSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsStringReturnSync()), static_cast(portNum) ); return this->m_to_noArgsStringReturnSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_noArgsSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_noArgsSync()), static_cast(portNum) ); return this->m_to_noArgsSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAliasGuarded(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasGuarded()), static_cast(portNum) ); return this->m_to_typedAliasGuarded[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAliasReturnSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasReturnSync()), static_cast(portNum) ); return this->m_to_typedAliasReturnSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAliasStringReturnSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAliasStringReturnSync()), static_cast(portNum) ); return this->m_to_typedAliasStringReturnSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAsync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsync()), static_cast(portNum) ); return this->m_to_typedAsync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAsyncAssert(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncAssert()), static_cast(portNum) ); return this->m_to_typedAsyncAssert[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAsyncBlockPriority(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncBlockPriority()), static_cast(portNum) ); return this->m_to_typedAsyncBlockPriority[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedAsyncDropPriority(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedAsyncDropPriority()), static_cast(portNum) ); return this->m_to_typedAsyncDropPriority[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedGuarded(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedGuarded()), static_cast(portNum) ); return this->m_to_typedGuarded[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedReturnGuarded(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedReturnGuarded()), static_cast(portNum) ); return this->m_to_typedReturnGuarded[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedReturnSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedReturnSync()), static_cast(portNum) ); return this->m_to_typedReturnSync[portNum].isConnected(); } bool QueuedParamsTesterBase :: isConnected_to_typedSync(FwIndexType portNum) { FW_ASSERT( (0 <= portNum) && (portNum < this->getNum_to_typedSync()), static_cast(portNum) ); return this->m_to_typedSync[portNum].isConnected(); } // ---------------------------------------------------------------------- // Functions for testing commands // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: cmdResponseIn( FwOpcodeType opCode, U32 cmdSeq, Fw::CmdResponse response ) { CmdResponse e = { opCode, cmdSeq, response }; this->cmdResponseHistory->push_back(e); } void QueuedParamsTesterBase :: sendRawCmd( FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer& buf ) { const U32 idBase = this->getIdBase(); FwOpcodeType _opcode = opCode + idBase; if (this->m_to_cmdIn[0].isConnected()) { this->m_to_cmdIn[0].invoke( _opcode, cmdSeq, buf ); } else { printf("Test Command Output port not connected!\n"); } } // ---------------------------------------------------------------------- // Functions to test parameters // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: paramSet_ParamU32( const U32& val, Fw::ParamValid valid ) { this->m_param_ParamU32 = val; this->m_param_ParamU32_valid = valid; } void QueuedParamsTesterBase :: paramSend_ParamU32( FwEnumStoreType instance, U32 cmdSeq ) { // Build command for parameter set Fw::CmdArgBuffer args; FW_ASSERT( args.serialize(this->m_param_ParamU32) == Fw::FW_SERIALIZE_OK ); const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMU32_SET + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSave_ParamU32( FwEnumStoreType instance, U32 cmdSeq ) { Fw::CmdArgBuffer args; const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMU32_SAVE + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSet_ParamF64( const F64& val, Fw::ParamValid valid ) { this->m_param_ParamF64 = val; this->m_param_ParamF64_valid = valid; } void QueuedParamsTesterBase :: paramSend_ParamF64( FwEnumStoreType instance, U32 cmdSeq ) { // Build command for parameter set Fw::CmdArgBuffer args; FW_ASSERT( args.serialize(this->m_param_ParamF64) == Fw::FW_SERIALIZE_OK ); const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMF64_SET + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSave_ParamF64( FwEnumStoreType instance, U32 cmdSeq ) { Fw::CmdArgBuffer args; const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMF64_SAVE + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSet_ParamString( const Fw::StringBase& val, Fw::ParamValid valid ) { this->m_param_ParamString = val; this->m_param_ParamString_valid = valid; } void QueuedParamsTesterBase :: paramSend_ParamString( FwEnumStoreType instance, U32 cmdSeq ) { // Build command for parameter set Fw::CmdArgBuffer args; FW_ASSERT( args.serialize(this->m_param_ParamString) == Fw::FW_SERIALIZE_OK ); const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMSTRING_SET + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSave_ParamString( FwEnumStoreType instance, U32 cmdSeq ) { Fw::CmdArgBuffer args; const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMSTRING_SAVE + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSet_ParamEnum( const E& val, Fw::ParamValid valid ) { this->m_param_ParamEnum = val; this->m_param_ParamEnum_valid = valid; } void QueuedParamsTesterBase :: paramSend_ParamEnum( FwEnumStoreType instance, U32 cmdSeq ) { // Build command for parameter set Fw::CmdArgBuffer args; FW_ASSERT( args.serialize(this->m_param_ParamEnum) == Fw::FW_SERIALIZE_OK ); const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMENUM_SET + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSave_ParamEnum( FwEnumStoreType instance, U32 cmdSeq ) { Fw::CmdArgBuffer args; const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMENUM_SAVE + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSet_ParamArray( const A& val, Fw::ParamValid valid ) { this->m_param_ParamArray = val; this->m_param_ParamArray_valid = valid; } void QueuedParamsTesterBase :: paramSend_ParamArray( FwEnumStoreType instance, U32 cmdSeq ) { // Build command for parameter set Fw::CmdArgBuffer args; FW_ASSERT( args.serialize(this->m_param_ParamArray) == Fw::FW_SERIALIZE_OK ); const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMARRAY_SET + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSave_ParamArray( FwEnumStoreType instance, U32 cmdSeq ) { Fw::CmdArgBuffer args; const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMARRAY_SAVE + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSet_ParamStruct( const S& val, Fw::ParamValid valid ) { this->m_param_ParamStruct = val; this->m_param_ParamStruct_valid = valid; } void QueuedParamsTesterBase :: paramSend_ParamStruct( FwEnumStoreType instance, U32 cmdSeq ) { // Build command for parameter set Fw::CmdArgBuffer args; FW_ASSERT( args.serialize(this->m_param_ParamStruct) == Fw::FW_SERIALIZE_OK ); const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMSTRUCT_SET + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } void QueuedParamsTesterBase :: paramSave_ParamStruct( FwEnumStoreType instance, U32 cmdSeq ) { Fw::CmdArgBuffer args; const U32 idBase = this->getIdBase(); FwOpcodeType _prmOpcode = QueuedParamsComponentBase::OPCODE_PARAMSTRUCT_SAVE + idBase; if (not this->m_to_cmdIn[0].isConnected()) { printf("Test Command Output port not connected!\n"); } else { this->m_to_cmdIn[0].invoke( _prmOpcode, cmdSeq, args ); } } // ---------------------------------------------------------------------- // Functions to test time // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: setTestTime(const Fw::Time& timeTag) { this->m_testTime = timeTag; } // ---------------------------------------------------------------------- // History functions // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: clearHistory() { this->clearFromPortHistory(); this->cmdResponseHistory->clear(); } void QueuedParamsTesterBase :: clearFromPortHistory() { this->fromPortHistorySize = 0; this->fromPortHistorySize_noArgsOut = 0; this->fromPortHistorySize_noArgsReturnOut = 0; this->fromPortHistorySize_noArgsStringReturnOut = 0; this->fromPortHistory_typedAliasOut->clear(); this->fromPortHistory_typedAliasReturnOut->clear(); this->fromPortHistory_typedAliasReturnStringOut->clear(); this->fromPortHistory_typedOut->clear(); this->fromPortHistory_typedReturnOut->clear(); } void QueuedParamsTesterBase :: pushFromPortEntry_noArgsOut() { this->fromPortHistorySize_noArgsOut++; this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_noArgsReturnOut() { this->fromPortHistorySize_noArgsReturnOut++; this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_noArgsStringReturnOut() { this->fromPortHistorySize_noArgsStringReturnOut++; this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_typedAliasOut( AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { FromPortEntry_typedAliasOut _e; _e.u32 = u32; _e.f32 = f32; _e.b = b; _e.str2 = str2; _e.e = e; _e.a = a; _e.s = s; this->fromPortHistory_typedAliasOut->push_back(_e); this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_typedAliasReturnOut( AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { FromPortEntry_typedAliasReturnOut _e; _e.u32 = u32; _e.f32 = f32; _e.b = b; _e.str2 = str2; _e.e = e; _e.a = a; _e.s = s; this->fromPortHistory_typedAliasReturnOut->push_back(_e); this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_typedAliasReturnStringOut( AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AnotherAliasStruct& s ) { FromPortEntry_typedAliasReturnStringOut _e; _e.u32 = u32; _e.f32 = f32; _e.b = b; _e.str2 = str2; _e.e = e; _e.a = a; _e.s = s; this->fromPortHistory_typedAliasReturnStringOut->push_back(_e); this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_typedOut( U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { FromPortEntry_typedOut _e; _e.u32 = u32; _e.f32 = f32; _e.b = b; _e.str1 = str1; _e.e = e; _e.a = a; _e.s = s; this->fromPortHistory_typedOut->push_back(_e); this->fromPortHistorySize++; } void QueuedParamsTesterBase :: pushFromPortEntry_typedReturnOut( U32 u32, F32 f32, bool b, const Fw::StringBase& str2, const E& e, const A& a, const S& s ) { FromPortEntry_typedReturnOut _e; _e.u32 = u32; _e.f32 = f32; _e.b = b; _e.str2 = str2; _e.e = e; _e.a = a; _e.s = s; this->fromPortHistory_typedReturnOut->push_back(_e); this->fromPortHistorySize++; } // ---------------------------------------------------------------------- // Static functions for output ports // ---------------------------------------------------------------------- void QueuedParamsTesterBase :: from_cmdRegOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, FwOpcodeType opCode ) { } void QueuedParamsTesterBase :: from_cmdResponseOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, FwOpcodeType opCode, U32 cmdSeq, const Fw::CmdResponse& response ) { QueuedParamsTesterBase* _testerBase = static_cast(callComp); _testerBase->cmdResponseIn(opCode, cmdSeq, response); } Fw::ParamValid QueuedParamsTesterBase :: from_prmGetOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, FwPrmIdType id, Fw::ParamBuffer& val ) { QueuedParamsTesterBase* _testerBase = static_cast(callComp); Fw::SerializeStatus _status; Fw::ParamValid _ret = Fw::ParamValid::VALID; val.resetSer(); const U32 idBase = _testerBase->getIdBase(); FW_ASSERT( id >= idBase, static_cast(id), static_cast(idBase) ); switch (id - idBase) { case QueuedParamsComponentBase::PARAMID_PARAMU32: { _status = val.serialize(_testerBase->m_param_ParamU32); _ret = _testerBase->m_param_ParamU32_valid; FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMF64: { _status = val.serialize(_testerBase->m_param_ParamF64); _ret = _testerBase->m_param_ParamF64_valid; FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMSTRING: { _status = val.serialize(_testerBase->m_param_ParamString); _ret = _testerBase->m_param_ParamString_valid; FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMENUM: { _status = val.serialize(_testerBase->m_param_ParamEnum); _ret = _testerBase->m_param_ParamEnum_valid; FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMARRAY: { _status = val.serialize(_testerBase->m_param_ParamArray); _ret = _testerBase->m_param_ParamArray_valid; FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMSTRUCT: { _status = val.serialize(_testerBase->m_param_ParamStruct); _ret = _testerBase->m_param_ParamStruct_valid; FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); break; }; default: FW_ASSERT(0, static_cast(id)); break; } return _ret; } void QueuedParamsTesterBase :: from_prmSetOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, FwPrmIdType id, Fw::ParamBuffer& val ) { QueuedParamsTesterBase* _testerBase = static_cast(callComp); Fw::SerializeStatus _status; const U32 idBase = _testerBase->getIdBase(); FW_ASSERT( id >= idBase, static_cast(id), static_cast(idBase) ); switch (id - idBase) { case QueuedParamsComponentBase::PARAMID_PARAMU32: { U32 ParamU32Val; _status = val.deserialize(ParamU32Val); FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); FW_ASSERT( ParamU32Val == _testerBase->m_param_ParamU32 ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMF64: { F64 ParamF64Val; _status = val.deserialize(ParamF64Val); FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); FW_ASSERT( ParamF64Val == _testerBase->m_param_ParamF64 ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMSTRING: { Fw::ParamString ParamStringVal; _status = val.deserialize(ParamStringVal); FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); FW_ASSERT( ParamStringVal == _testerBase->m_param_ParamString ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMENUM: { E ParamEnumVal; _status = val.deserialize(ParamEnumVal); FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); FW_ASSERT( ParamEnumVal == _testerBase->m_param_ParamEnum ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMARRAY: { A ParamArrayVal; _status = val.deserialize(ParamArrayVal); FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); FW_ASSERT( ParamArrayVal == _testerBase->m_param_ParamArray ); break; }; case QueuedParamsComponentBase::PARAMID_PARAMSTRUCT: { S ParamStructVal; _status = val.deserialize(ParamStructVal); FW_ASSERT( _status == Fw::FW_SERIALIZE_OK, static_cast(_status) ); FW_ASSERT( ParamStructVal == _testerBase->m_param_ParamStruct ); break; }; default: FW_ASSERT(0, static_cast(id)); break; } } void QueuedParamsTesterBase :: from_timeGetOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, Fw::Time& time ) { QueuedParamsTesterBase* _testerBase = static_cast(callComp); time = _testerBase->m_testTime; } void QueuedParamsTesterBase :: from_noArgsOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); _testerBase->from_noArgsOut_handlerBase(portNum); } U32 QueuedParamsTesterBase :: from_noArgsReturnOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); return _testerBase->from_noArgsReturnOut_handlerBase(portNum); } Fw::String QueuedParamsTesterBase :: from_noArgsStringReturnOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); return _testerBase->from_noArgsStringReturnOut_handlerBase(portNum); } void QueuedParamsTesterBase :: from_typedAliasOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); _testerBase->from_typedAliasOut_handlerBase( portNum, u32, f32, b, str2, e, a, s ); } AliasPrim2 QueuedParamsTesterBase :: from_typedAliasReturnOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AliasStruct& s ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); return _testerBase->from_typedAliasReturnOut_handlerBase( portNum, u32, f32, b, str2, e, a, s ); } Fw::String QueuedParamsTesterBase :: from_typedAliasReturnStringOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, AliasPrim1 u32, AliasPrim2 f32, AliasBool b, const Fw::StringBase& str2, const AliasEnum& e, const AliasArray& a, const AnotherAliasStruct& s ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); return _testerBase->from_typedAliasReturnStringOut_handlerBase( portNum, u32, f32, b, str2, e, a, s ); } void QueuedParamsTesterBase :: from_typedOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str1, const E& e, const A& a, const S& s ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); _testerBase->from_typedOut_handlerBase( portNum, u32, f32, b, str1, e, a, s ); } F32 QueuedParamsTesterBase :: from_typedReturnOut_static( Fw::PassiveComponentBase* const callComp, FwIndexType portNum, U32 u32, F32 f32, bool b, const Fw::StringBase& str2, const E& e, const A& a, const S& s ) { FW_ASSERT(callComp != nullptr); QueuedParamsTesterBase* _testerBase = static_cast(callComp); return _testerBase->from_typedReturnOut_handlerBase( portNum, u32, f32, b, str2, e, a, s ); }