112 #ifndef CRFW_SERVERSOCKET_H_ 113 #define CRFW_SERVERSOCKET_H_ 118 #include "CrFwUserConstants.h" 120 #include "FwSmConstants.h" 121 #include "FwSmConfig.h" 122 #include "FwSmCore.h" 123 #include "FwPrConfig.h" 124 #include "FwPrCore.h" 125 #include "FwPrConstants.h" void CrFwServerSocketConfigAction(FwPrDesc_t prDesc)
Configuration action for the server socket.
unsigned char CrFwDestSrc_t
Type used for the command or report destination and source.
void CrFwServerSocketInitAction(FwPrDesc_t prDesc)
Initialization action for the server socket.
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...
CrFwBool_t CrFwServerSocketIsPcktAvail(CrFwDestSrc_t src)
Function implementing the Packet Available Check Operation for the server socket. ...
void CrFwServerSocketInitCheck(FwPrDesc_t prDesc)
Initialization check for the server socket.
void CrFwServerSocketSetPort(unsigned short n)
Set the port number for the socket.
void CrFwServerSocketPoll()
Poll the server socket to check whether a new packet has arrived.
void CrFwServerSocketConfigCheck(FwPrDesc_t prDesc)
Configuration check for the server socket.
void CrFwServerSocketShutdownAction(FwSmDesc_t smDesc)
Shutdown action for the server socket.
char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
CrFwBool_t CrFwServerSocketPcktHandover(CrFwPckt_t pckt)
Function implementing the hand-over operation for the server socket.
CrFwPckt_t CrFwServerSocketPcktCollect(CrFwDestSrc_t src)
Function implementing the Packet Collect Operation for the server socket.