28 #include "CrFwCmpData.h" 31 #include "FwPrConfig.h" 33 #include "FwSmConfig.h" 57 inPckt = cmpSpecificData->
pckt;
93 inPckt = cmpSpecificData->
pckt;
100 prDataPrgrActionPtr->source = srcId;
101 prDataPrgrActionPtr->stepId = timeOut_cnt;
111 cmpDataPrgr->
outcome = prDataPrgrActionPtr->outcome;
135 outcome = prDataPrgrActionPtr->outcome;
141 else if ((outcome == 0) || (outcome > 2))
Type for the Framework Component Data (FCD).
CrFwOutcome_t outcome
The outcome of an action or check executed by a state machine or by one of its procedures.
CrFwDestSrc_t CrFwPcktGetSrc(CrFwPckt_t pckt)
Return the source of the command or report encapsulated in a packet.
FwPrDesc_t getPrDescServTestOnBoardConnPrgr()
Getter for TestOnBoardConnPrgr procedure descriptor.
Interface for accessing data pool items.
Definition of the OutFactory component.
CrFwPckt_t pckt
Packet holding the InCommand.
unsigned char CrFwDestSrc_t
Type used for the command or report destination and source.
Header file to define all service and packet identifiers.
FwPrDesc_t getPrDescServTestOnBoardConnStart()
Getter for TestOnBoardConnStart procedure descriptor.
Interface for creating and accessing a report or command packet.
uint16_t CrPsApid_t
Type used for the Application ID of a packet.
void CrPsTestOnBoardConnectionTerminationAction(FwSmDesc_t smDesc)
Termination Action of the Perform Connection Test in-coming command packet.
Declaration of the Perform Connection Test in-coming command packet.
Interface for accessing fields in packets of service "ServTest".
void * cmpSpecificData
Derived data which are specific to each type of framework component.
Interface through which applications can initialize and execute framework PUS extension components...
void CrPsTestOnBoardConnectionStartAction(FwSmDesc_t smDesc)
Start action of the Perform Connection Test in-coming command packet.
void CrPsTestOnBoardConnectionProgressAction(FwSmDesc_t smDesc)
Progress action of the Perform Connection Test in-coming command packet.
char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
Definition of the OutComponent Component of the framework.
static void setDpOnBoardConnectDest(CrPsDestSrc_t OnBoardConnectDest)
Sets the value of the datapool item OnBoardConnectDest.
Type for the data describing an InCommand.
Interface for accessing data pool items.
Definition of the OutLoader component.
static CrPsApid_t getOnBoardConnectCmdAppId(void *p)
Get "AppId" from "OnBoardConnectCmd" packet.