1
0
forked from fsfw/fsfw

continued tcp server

This commit is contained in:
2021-03-09 00:42:50 +01:00
parent b695242420
commit d5a065eaa8
2 changed files with 19 additions and 1 deletions

View File

@ -10,6 +10,11 @@
//! Debugging preprocessor define.
#define FSFW_TCP_SERVER_WIRETAPPING_ENABLED 0
/**
* @brief Windows TCP server used to receive telecommands on a Windows Host
* @details
* Based on: https://docs.microsoft.com/en-us/windows/win32/winsock/complete-server-code
*/
class TcWinTcpServer:
public SystemObject,
public ExecutableObjectIF {