7 #ifndef Svc_RateGroupDriverComponentAc_HPP 8 #define Svc_RateGroupDriverComponentAc_HPP 87 #if FW_PORT_SERIALIZATION 98 Fw::InputSerializePort* port
111 const char* compName =
"" 197 static void m_p_CycleIn_in(
friend class RateGroupDriverTesterBase
Friend class tester to support autocoded test harness.
virtual ~RateGroupDriverComponentBase()
Destroy RateGroupDriverComponentBase object.
void set_CycleOut_OutputPort(FwIndexType portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
FwIndexType getNum_CycleIn_InputPorts() const
void init()
Object initializer.
virtual void CycleIn_handler(FwIndexType portNum, Os::RawTime &cycleStart)=0
Handler for input port CycleIn.
Auto-generated base for RateGroupDriver component.
void CycleOut_out(FwIndexType portNum, Os::RawTime &cycleStart)
Invoke output port CycleOut.
FwIndexType getNum_CycleOut_OutputPorts() const
void CycleIn_handlerBase(FwIndexType portNum, Os::RawTime &cycleStart)
Handler base-class function for input port CycleIn.
bool isConnected_CycleOut_OutputPort(FwIndexType portNum)
Svc::InputCyclePort * get_CycleIn_InputPort(FwIndexType portNum)
RateGroupDriverComponentBase(const char *compName="")
Construct RateGroupDriverComponentBase object.
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
friend class RateGroupDriverTester
Friend class tester implementation to support white-box testing.