CORDET Framework - C2 Implementation
cordetfw/pustests/config/CrFwOutStreamUserPar.h
1 
32 #ifndef CR_FW_OUTSTREAM_USERPAR_H_
33 #define CR_FW_OUTSTREAM_USERPAR_H_
34 
35 /* Include framework files */
37 #include "BaseCmp/CrFwResetProc.h"
38 /* Include test suite files */
39 #include "CrFwOutStreamStub.h"
40 #include "CrFwOutStreamSocket.h"
41 #include "CrFwClientSocket.h"
42 #include "CrFwServerSocket.h"
43 
51 #define CR_FW_NOF_OUTSTREAM 7
52 
65 #define CR_FW_OUTSTREAM_PQSIZE {3,3,3,3,5,5,5}
66 
78 #define CR_FW_OUTSTREAM_DEST {1,2,3,4,5,6,7}
79 
88 #define CR_FW_OUTSTREAM_NOF_GROUPS {1,2,1,1,1,1,1}
89 
103 #define CR_FW_OUTSTREAM_PCKTHANDOVER {&CrFwOutStreamStubPcktHandover, \
104  &CrFwOutStreamStubPcktHandover, \
105  &CrFwOutStreamStubPcktHandover, \
106  &CrFwOutStreamStubPcktHandover, \
107  &CrFwOutStreamSocketPcktHandover, \
108  &CrFwClientSocketPcktHandover, \
109  &CrFwServerSocketPcktHandover}
110 
124 #define CR_FW_OUTSTREAM_INITCHECK {&CrFwBaseCmpDefInitCheck, \
125  &CrFwBaseCmpDefInitCheck, \
126  &CrFwBaseCmpDefInitCheck, \
127  &CrFwOutStreamStubDummyCheck, \
128  &CrFwOutStreamSocketInitCheck, \
129  &CrFwClientSocketInitCheck, \
130  &CrFwServerSocketInitCheck}
131 
149 #define CR_FW_OUTSTREAM_INITACTION {&CrFwOutStreamDefInitAction, \
150  &CrFwOutStreamDefInitAction, \
151  &CrFwOutStreamDefInitAction, \
152  &CrFwOutStreamStubInitAction, \
153  &CrFwOutStreamSocketInitAction, \
154  &CrFwClientSocketInitAction, \
155  &CrFwServerSocketInitAction}
156 
170 #define CR_FW_OUTSTREAM_CONFIGCHECK {&CrFwBaseCmpDefConfigCheck, \
171  &CrFwBaseCmpDefConfigCheck, \
172  &CrFwBaseCmpDefConfigCheck, \
173  &CrFwOutStreamStubDummyCheck, \
174  &CrFwOutStreamSocketConfigCheck, \
175  &CrFwBaseCmpDefConfigCheck, \
176  &CrFwServerSocketConfigCheck}
177 
195 #define CR_FW_OUTSTREAM_CONFIGACTION {&CrFwOutStreamDefConfigAction, \
196  &CrFwOutStreamDefConfigAction, \
197  &CrFwOutStreamDefConfigAction, \
198  &CrFwOutStreamStubConfigAction, \
199  &CrFwOutStreamDefConfigAction, \
200  &CrFwClientSocketConfigAction, \
201  &CrFwServerSocketConfigAction}
202 
217 #define CR_FW_OUTSTREAM_SHUTDOWNACTION {&CrFwOutStreamDefShutdownAction, \
218  &CrFwOutStreamStubShutdown, \
219  &CrFwOutStreamDefShutdownAction, \
220  &CrFwOutStreamDefShutdownAction, \
221  &CrFwOutStreamSocketShutdownAction, \
222  &CrFwClientSocketShutdownAction, \
223  &CrFwServerSocketShutdownAction}
224 
225 #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