11 #if FW_ENABLE_TEXT_LOGGING
33 this->m_CycleIn_InputPort[port].
init();
38 this->m_CycleIn_InputPort[port].
setPortNum(port);
40 #if FW_OBJECT_NAMES == 1
55 this->m_CycleIn_InputPort[port].setObjName(portName);
65 this->m_CycleOut_OutputPort[port].
init();
67 #if FW_OBJECT_NAMES == 1
82 this->m_CycleOut_OutputPort[port].setObjName(portName);
99 return &this->m_CycleIn_InputPort[portNum];
117 this->m_CycleOut_OutputPort[portNum].
addCallPort(port);
120 #if FW_PORT_SERIALIZATION
129 Fw::InputSerializePort* port
137 this->m_CycleOut_OutputPort[portNum].registerSerialPort(port);
148 Fw::PassiveComponentBase(compName)
191 return this->m_CycleOut_OutputPort[portNum].
isConnected();
233 this->m_CycleOut_OutputPort[portNum].
invoke(
242 void RateGroupDriverComponentBase ::
PlatformIntType NATIVE_INT_TYPE
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
int PlatformIntType
DefaultTypes.hpp provides fallback defaults for the platform types.
#define PRI_PlatformIntType
PlatformAssertArgType FwAssertArgType
#define FW_OBJ_NAME_MAX_SIZE
Size of object name (if object names enabled). AC Limits to 80, truncation occurs above 80.
void init()
Object initializer.
void init()
Initialization function.
void addCallPort(InputCyclePort *callPort)
Register an input port.
void invoke(Svc::TimerVal &cycleStart)
Invoke a port interface.
Auto-generated base for RateGroupDriver component.
virtual void CycleIn_handler(NATIVE_INT_TYPE portNum, Svc::TimerVal &cycleStart)=0
Handler for input port CycleIn.
NATIVE_INT_TYPE getNum_CycleOut_OutputPorts() const
bool isConnected_CycleOut_OutputPort(NATIVE_INT_TYPE portNum)
void CycleIn_handlerBase(NATIVE_INT_TYPE portNum, Svc::TimerVal &cycleStart)
Handler base-class function for input port CycleIn.
Svc::InputCyclePort * get_CycleIn_InputPort(NATIVE_INT_TYPE portNum)
RateGroupDriverComponentBase(const char *compName="")
Construct RateGroupDriverComponentBase object.
void CycleOut_out(NATIVE_INT_TYPE portNum, Svc::TimerVal &cycleStart)
Invoke output port CycleOut.
virtual ~RateGroupDriverComponentBase()
Destroy RateGroupDriverComponentBase object.
void set_CycleOut_OutputPort(NATIVE_INT_TYPE portNum, Svc::InputCyclePort *port)
Connect port to CycleOut[portNum].
NATIVE_INT_TYPE getNum_CycleIn_InputPorts() const
Serializable class for carrying timer values.