76 #ifndef CRFW_OUTSTREAMSOCKET_H_ 77 #define CRFW_OUTSTREAMSOCKET_H_ 82 #include "CrFwUserConstants.h" 84 #include "FwSmConstants.h" 85 #include "FwSmConfig.h" 87 #include "FwPrConfig.h" 89 #include "FwPrConstants.h" int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
Header file to define all invariant publicly available constants and types for the CORDET Framework...
void CrFwOutStreamSocketInitAction(FwPrDesc_t prDesc)
Initialization action for the socket-based OutStream.
CrFwBool_t CrFwOutStreamSocketPcktHandover(CrFwPckt_t pckt)
Function implementing the hand-over operation for the socket-based OutStream.
void CrFwOutStreamSocketSetPort(unsigned short n)
Set the port number for the socket.
void CrFwOutStreamSocketShutdownAction(FwSmDesc_t smDesc)
Shutdown action for the socket-based OutStream.
char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
void CrFwOutStreamSocketInitCheck(FwPrDesc_t prDesc)
Initialization check for the socket-based OutStream.
void CrFwOutStreamSocketConfigCheck(FwPrDesc_t prDesc)
Configuration check for the socket-based OutStream.