CORDET Framework - C2 Implementation
CrFwResetProc.h
Go to the documentation of this file.
1 
35 #ifndef CRFW_RESET_PROC_H_
36 #define CRFW_RESET_PROC_H_
37 
38 #include "FwSmConstants.h"
39 #include "FwPrConstants.h"
40 #include "CrFwConstants.h"
41 
52 FwPrDesc_t CrFwCmpGetResetProc();
53 
74 void CrFwBaseCmpDefConfigCheck(FwPrDesc_t prDesc);
75 
98 void CrFwBaseCmpDefConfigAction(FwPrDesc_t prDesc);
99 
100 #endif /* CRFW_RESET_PROC_H_ */
Header file to define all invariant publicly available constants and types for the CORDET Framework.
FwPrDesc_t CrFwCmpGetResetProc()
Retrieve the singleton instance of the CRP.
Definition: CrFwResetProc.c:45
void CrFwBaseCmpDefConfigAction(FwPrDesc_t prDesc)
Function which performs the default Configuration Action of the CRP.
Definition: CrFwResetProc.c:39
void CrFwBaseCmpDefConfigCheck(FwPrDesc_t prDesc)
Function which performs the default Configuration Check of the CRP.
Definition: CrFwResetProc.c:33
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved