CORDET Framework - C2 Implementation
CrPsRepErr.h
Go to the documentation of this file.
1 
42 #ifndef CRPS_REPERR_H_
43 #define CRPS_REPERR_H_
44 
45 /* Include Framework Files */
46 #include "CrFwConstants.h"
47 /* Include Configuration Files */
48 #include "CrFwUserConstants.h"
49 #include "CrPsUserConstants.h"
50 
51 
60 void CrPsRepErr(CrPsRepErrCode_t errCode, CrFwServType_t repType, CrFwServSubType_t repSubType, CrFwDiscriminant_t repDiscriminant);
61 
75  CrFwInstanceId_t instanceId, CrFwInstanceId_t secondaryInstanceId, CrFwDestSrc_t dest);
76 
77 #endif /* CRPS_REPERR_H_ */
void CrFwRepErrInstanceIdAndDest(CrFwRepErrCode_t errCode, CrFwTypeId_t typeId, CrFwInstanceId_t instanceId, CrFwInstanceId_t secondaryInstanceId, CrFwDestSrc_t dest)
Report an error which has two parameters attached to it representing the instance identifier of a com...
unsigned char CrFwServSubType_t
Type used for the command or report sub-type.
Header file to define all user-configurable constants and types for the IASW Application.
unsigned short CrFwInstanceId_t
Type used for instance identifiers.
unsigned short int CrFwTypeId_t
Type used for the identifier of a component type.
unsigned char CrFwDestSrc_t
Type used for the command or report destination and source.
unsigned char CrFwServType_t
Type used for the service type of a command or report.
Header file to define all invariant publicly available constants and types for the CORDET Framework...
CrPsRepErrCode_t
Identifier for the errors reported through the error reporting interface of CrFwRepErr.h.
CrFwRepErrCode_t
Identifier for the errors reported through the error reporting interface of CrFwRepErr.h.
unsigned short CrFwDiscriminant_t
Type used for the discriminant of a command or report.
static CrFwDestSrc_t dest
Destination.
void CrPsRepErr(CrPsRepErrCode_t errCode, CrFwServType_t repType, CrFwServSubType_t repSubType, CrFwDiscriminant_t repDiscriminant)
Report an error which has no parameters attached to it.
Definition: CrPsRepErr.c:37
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved