60 #ifndef CRFW_REPINCMDOUTCOME_H_ 61 #define CRFW_REPINCMDOUTCOME_H_ unsigned short CrFwInstanceId_t
Type used for instance identifiers.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
static CrFwServSubType_t servSubType
Service sub-type.
unsigned char CrFwOutcome_t
Type used for the outcome of a check (see CrFwCmpData).
Header file to define all invariant publicly available constants and types for the CORDET Framework...
unsigned short CrFwDiscriminant_t
Type used for the discriminant of a command or report.
static CrFwDiscriminant_t disc
Discriminant.
void CrFwRepInCmdOutcome(CrFwRepInCmdOutcome_t outcome, CrFwInstanceId_t instanceId, CrFwServType_t servType, CrFwServSubType_t servSubType, CrFwDiscriminant_t disc, CrFwOutcome_t failCode, FwSmDesc_t inCmd)
Report the outcome of the processing of an InCommand.
void CrFwRepInCmdOutcomeCreFail(CrFwRepInCmdOutcome_t outcome, CrFwOutcome_t failCode, CrFwPckt_t pckt)
Report the a "creation failure" outcome for the processing of a packet carrying an InCommand...
CrFwRepInCmdOutcome_t
Enumerated type for the outcome of the processing of an incoming command.
static CrFwServType_t servType
The InCommand type as computed in the Validity Check.
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
static FwSmDesc_t inCmd[CR_FW_INFACTORY_MAX_NOF_INCMD]
The pre-allocated InCommand instances.
unsigned char CrFwServType_t
Type used for the service type of a command or report.
unsigned char CrFwServSubType_t
Type used for the command or report sub-type.