70 #ifndef CRFW_OUTSTREAMSOCKET_H_
71 #define CRFW_OUTSTREAMSOCKET_H_
78 #include "FwSmConstants.h"
79 #include "FwSmConfig.h"
81 #include "FwPrConfig.h"
83 #include "FwPrConstants.h"
Header file to define all invariant publicly available constants and types for the CORDET Framework.
unsigned char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
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 CrFwOutStreamSocketConfigCheck(FwPrDesc_t prDesc)
Configuration check for the socket-based OutStream.
void CrFwOutStreamSocketShutdownAction(FwSmDesc_t smDesc)
Shutdown action for the socket-based OutStream.
void CrFwOutStreamSocketInitCheck(FwPrDesc_t prDesc)
Initialization check 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...