CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoMaster/CrFwOutStreamUserPar.h
Go to the documentation of this file.
1 
28 #ifndef CR_MA_OUTSTREAM_USERPAR_H_
29 #define CR_MA_OUTSTREAM_USERPAR_H_
30 
31 /* Include framework files */
33 #include "BaseCmp/CrFwResetProc.h"
34 /* Include Demo Application files */
35 #include "CrDaClientSocket.h"
36 #include "CrDaConstants.h"
37 
45 #define CR_FW_NOF_OUTSTREAM 2
46 
59 #define CR_FW_OUTSTREAM_PQSIZE {10,10}
60 
72 #define CR_FW_OUTSTREAM_DEST {CR_DA_SLAVE_1,CR_DA_SLAVE_2}
73 
82 #define CR_FW_OUTSTREAM_NOF_GROUPS {1,1}
83 
97 #define CR_FW_OUTSTREAM_PCKTHANDOVER {&CrDaClientSocketPcktHandover,&CrDaClientSocketPcktHandover}
98 
115 #define CR_FW_OUTSTREAM_INITCHECK {&CrDaClientSocketInitCheck,&CrDaClientSocketInitCheck}
116 
137 #define CR_FW_OUTSTREAM_INITACTION {&CrDaClientSocketInitAction,&CrDaClientSocketInitAction}
138 
155 #define CR_FW_OUTSTREAM_CONFIGCHECK {&CrFwBaseCmpDefConfigCheck,&CrFwBaseCmpDefConfigCheck}
156 
174 #define CR_FW_OUTSTREAM_CONFIGACTION {&CrFwOutStreamDefConfigAction,&CrFwOutStreamDefConfigAction}
175 
193 #define CR_FW_OUTSTREAM_SHUTDOWNACTION {&CrDaClientSocketShutdownAction,&CrDaClientSocketShutdownAction}
194 
195 #endif /* CR_FW_OUTSTREAM_USERPAR_H_ */
Definition of the OutStream component.
Component Reset Procedure (CRP) for the Base Component.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved