CORDET Framework - C2 Implementation
CrFwRepInCmdOutcome.h
Go to the documentation of this file.
1 
60 #ifndef CRFW_REPINCMDOUTCOME_H_
61 #define CRFW_REPINCMDOUTCOME_H_
62 
63 /* Include Framework Files */
64 #include "CrFwConstants.h"
65 /* Include Configuration Files */
66 #include "CrFwUserConstants.h"
67 
97 typedef enum {
119 
136 
154 
155 #endif /* CRFW_REPINCMDOUTCOME_H_ */
unsigned short CrFwInstanceId_t
Type used for instance identifiers.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
Definition: CrFwConstants.h:38
Acceptance failure.
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...
Creation failure.
unsigned short CrFwDiscriminant_t
Type used for the discriminant of a command or report.
Start failure.
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.
Acceptance success.
Termination failure.
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...
Termination success.
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...
Load failure.
Start success.
static FwSmDesc_t inCmd[CR_FW_INFACTORY_MAX_NOF_INCMD]
The pre-allocated InCommand instances.
Definition: CrFwInFactory.c:58
Progress success.
Progress failure.
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.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved