CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoSlave2/CrFwInStreamUserPar.h
Go to the documentation of this file.
1 
32 #ifndef CR_FW_INSTREAM_USERPAR_H_
33 #define CR_FW_INSTREAM_USERPAR_H_
34 
35 /* Include framework files */
36 #include "InStream/CrFwInStream.h"
37 #include "BaseCmp/CrFwResetProc.h"
38 /* Include Demo Application files */
39 #include "CrDaClientSocket.h"
40 #include "CrDaConstants.h"
41 
47 #define CR_FW_NOF_INSTREAM 1
48 
58 #define CR_FW_INSTREAM_PQSIZE {10}
59 
66 #define CR_FW_INSTREAM_SRC {CR_DA_MASTER}
67 
75 #define CR_FW_INSTREAM_NOF_GROUPS {1}
76 
89 #define CR_FW_INSTREAM_PCKTCOLLECT {&CrDaClientSocketPcktCollect}
90 
106 #define CR_FW_INSTREAM_PCKTAVAILCHECK {&CrDaClientSocketIsPcktAvail}
107 
125 #define CR_FW_INSTREAM_INITCHECK {&CrDaClientSocketInitCheck}
126 
147 #define CR_FW_INSTREAM_INITACTION {&CrDaClientSocketInitAction}
148 
163 #define CR_FW_INSTREAM_CONFIGCHECK {&CrFwBaseCmpDefConfigCheck}
164 
185 #define CR_FW_INSTREAM_CONFIGACTION {&CrDaClientSocketConfigAction}
186 
204 #define CR_FW_INSTREAM_SHUTDOWNACTION {&CrDaClientSocketShutdownAction}
205 
206 #endif /* CR_FW_INSTREAM_USERPAR_H_ */
Definition of the InStream component.
Component Reset Procedure (CRP) for the Base Component.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved