CORDET Framework - C2 Implementation
CrFwInitProc.h
Go to the documentation of this file.
1 
35 #ifndef CRFW_INIT_PROC_H_
36 #define CRFW_INIT_PROC_H_
37 
38 #include "FwSmConstants.h"
39 #include "FwPrConstants.h"
40 #include "CrFwConstants.h"
41 
52 FwPrDesc_t CrFwCmpGetInitProc();
53 
78 void CrFwBaseCmpDefInitCheck(FwPrDesc_t prDesc);
79 
110 void CrFwBaseCmpDefInitAction(FwPrDesc_t prDesc);
111 
112 #endif /* CRFW_INIT_PROC_H_ */
Header file to define all invariant publicly available constants and types for the CORDET Framework.
FwPrDesc_t CrFwCmpGetInitProc()
Retrieve the singleton instance of the CIP.
Definition: CrFwInitProc.c:48
void CrFwBaseCmpDefInitCheck(FwPrDesc_t prDesc)
Function which performs the default Initialization Check of the CIP.
Definition: CrFwInitProc.c:36
void CrFwBaseCmpDefInitAction(FwPrDesc_t prDesc)
Function which performs the default Initialization Action of the CIP.
Definition: CrFwInitProc.c:42
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved