CORDET Framework - C2 Implementation
CrFwOutStreamSocket.h
Go to the documentation of this file.
1 
70 #ifndef CRFW_OUTSTREAMSOCKET_H_
71 #define CRFW_OUTSTREAMSOCKET_H_
72 
73 /* Include Framework Files */
74 #include "CrFwConstants.h"
75 /* Include Configuration Files */
76 #include "CrFwUserConstants.h"
77 /* Include FW Profile files */
78 #include "FwSmConstants.h"
79 #include "FwSmConfig.h"
80 #include "FwSmCore.h"
81 #include "FwPrConfig.h"
82 #include "FwPrCore.h"
83 #include "FwPrConstants.h"
84 
97 void CrFwOutStreamSocketInitAction(FwPrDesc_t prDesc);
98 
104 void CrFwOutStreamSocketInitCheck(FwPrDesc_t prDesc);
105 
112 void CrFwOutStreamSocketConfigCheck(FwPrDesc_t prDesc);
113 
121 void CrFwOutStreamSocketShutdownAction(FwSmDesc_t smDesc);
122 
131 
137 void CrFwOutStreamSocketSetPort(unsigned short n);
138 
139 #endif /* CRFW_OUTSTREAMSOCKET_H_ */
void CrFwOutStreamSocketShutdownAction(FwSmDesc_t smDesc)
Shutdown action for the socket-based OutStream.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
Definition: CrFwConstants.h:38
void CrFwOutStreamSocketInitCheck(FwPrDesc_t prDesc)
Initialization check for the socket-based OutStream.
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Definition: CrFwConstants.h:32
Header file to define all invariant publicly available constants and types for the CORDET Framework...
CrFwBool_t CrFwOutStreamSocketPcktHandover(CrFwPckt_t pckt)
Function implementing the hand-over operation for the socket-based OutStream.
void CrFwOutStreamSocketInitAction(FwPrDesc_t prDesc)
Initialization action for the socket-based OutStream.
void CrFwOutStreamSocketSetPort(unsigned short n)
Set the port number for the socket.
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
void CrFwOutStreamSocketConfigCheck(FwPrDesc_t prDesc)
Configuration check for the socket-based OutStream.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved