CORDET Framework - C2 Implementation
cordetfw-examples/src/CrConfigDemoSlave1/CrFwOutStreamUserPar.h
Go to the documentation of this file.
1 
30 #ifndef CR_FW_OUTSTREAM_USERPAR_H_
31 #define CR_FW_OUTSTREAM_USERPAR_H_
32 
33 /* Include framework files */
35 #include "BaseCmp/CrFwResetProc.h"
36 /* Include Demo Application files */
37 #include "CrDaServerSocket.h"
38 #include "CrDaConstants.h"
39 
47 #define CR_FW_NOF_OUTSTREAM 2
48 
61 #define CR_FW_OUTSTREAM_PQSIZE {10,10}
62 
74 #define CR_FW_OUTSTREAM_DEST {CR_DA_MASTER,CR_DA_SLAVE_2}
75 
84 #define CR_FW_OUTSTREAM_NOF_GROUPS {1,1}
85 
99 #define CR_FW_OUTSTREAM_PCKTHANDOVER {&CrDaServerSocketPcktHandover,&CrDaServerSocketPcktHandover}
100 
117 #define CR_FW_OUTSTREAM_INITCHECK {&CrDaServerSocketInitCheck,&CrDaServerSocketInitCheck}
118 
139 #define CR_FW_OUTSTREAM_INITACTION {&CrDaServerSocketInitAction,&CrDaServerSocketInitAction}
140 
157 #define CR_FW_OUTSTREAM_CONFIGCHECK {&CrFwBaseCmpDefConfigCheck,&CrFwBaseCmpDefConfigCheck}
158 
176 #define CR_FW_OUTSTREAM_CONFIGACTION {&CrFwOutStreamDefConfigAction,&CrFwOutStreamDefConfigAction}
177 
195 #define CR_FW_OUTSTREAM_SHUTDOWNACTION {&CrDaServerSocketShutdownAction,&CrDaServerSocketShutdownAction}
196 
197 #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