CORDET Framework - C2 Implementation
CrFwOutStreamStub.h
Go to the documentation of this file.
1 
21 #ifndef CRFW_OUTSTREAMSTUB_H_
22 #define CRFW_OUTSTREAMSTUB_H_
23 
24 /* Include configuration files */
25 #include "CrFwUserConstants.h"
26 /* Include Framework Files */
27 #include "CrFwConstants.h"
28 /* Include FW Profile files */
29 #include "FwSmConstants.h"
30 #include "FwSmConfig.h"
31 #include "FwSmCore.h"
32 #include "FwPrConfig.h"
33 #include "FwPrCore.h"
34 #include "FwPrConstants.h"
35 
43 void CrFwOutStreamStubDummyCheck(FwPrDesc_t prDesc);
44 
51 
69 void CrFwOutStreamStubInitAction(FwPrDesc_t prDesc);
70 
83 void CrFwOutStreamStubConfigAction(FwPrDesc_t prDesc);
84 
91 
104 
111 
118 
127 void CrFwOutStreamStubShutdown(FwSmDesc_t smDesc);
128 
135 
136 #endif /* CRFW_OUTSTREAMSTUB_H_ */
unsigned char CrFwCounterU1_t
Type used for unsigned integers with a "short" range.
void CrFwOutStreamStubInitAction(FwPrDesc_t prDesc)
Dummy implementation of a configuration action for an OutStream.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
Definition: CrFwConstants.h:38
CrFwCounterU1_t CrFwOutStreamStubGetHandoverCnt()
Return the value of the handover counter which is incremented by the packet handover function in CrFw...
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Definition: CrFwConstants.h:32
CrFwCounterU1_t CrFwOutStreamStubGetShutdownCnt()
Return the value of the shutdown counter which is incremented by the packet shutdown function in CrFw...
Header file to define all invariant publicly available constants and types for the CORDET Framework...
void CrFwOutStreamStubConfigAction(FwPrDesc_t prDesc)
Dummy implementation of a configuration action for an OutStream.
CrFwBool_t CrFwOutStreamStubPcktHandover(CrFwPckt_t pckt)
Stub function implementing the hand-over operation for the OutStream.
void CrFwOutStreamStubSetActionFlag(CrFwBool_t flag)
Set the value of the action flag which determines the outcome of the initialization of configuration ...
void CrFwOutStreamStubShutdown(FwSmDesc_t smDesc)
Stub function implementing the shutdown operation for an OutStream.
void CrFwOutStreamStubDummyCheck(FwPrDesc_t prDesc)
Dummy implementation of an initialization or configuration check for an OutStream.
void CrFwOutStreamStubSetCheckFlag(CrFwBool_t flag)
Set the value of the check flag which determines the outcome of the dummy check of CrFwOutStreamStubD...
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
void CrFwOutStreamStubSetHandoverFlag(CrFwBool_t flag)
Set the value of the handover flag which determines the outcome of the packet handover in CrFwOutStre...
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved