GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
AsyncListener.h File Reference
#include <winsock2.h>
#include "colony_config.h"
#include "Cpl/Io/Tcp/AsyncListener.h"
Include dependency graph for AsyncListener.h:

Go to the source code of this file.

Classes

class  Cpl::Io::Tcp::Win32::AsyncListener
 This class implements the Asynchronous Listener. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Io
 The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files.
 
namespace  Cpl::Io::Tcp
 The 'Tcp' namespace provides interfaces for creating non-blocking Cpl::Io streams using TCP/IP connections.
 
namespace  Cpl::Io::Tcp::Win32
 The 'Win32' namespace implements the TCP interfaces using the Win32 APIs.
 

Macros

#define OPTION_CPL_IO_TCP_WIN32_BIND_RETRIES   5
 This value is number of retries that is performed when attempting to bind to the listening port.
 
#define OPTION_CPL_IO_TCP_WIN32_BIND_RETRY_WAIT   (10*1000)
 This value is time, in milliseconds between retries during the binding process.
 

Macro Definition Documentation

◆ OPTION_CPL_IO_TCP_WIN32_BIND_RETRIES

#define OPTION_CPL_IO_TCP_WIN32_BIND_RETRIES   5

This value is number of retries that is performed when attempting to bind to the listening port.

◆ OPTION_CPL_IO_TCP_WIN32_BIND_RETRY_WAIT

#define OPTION_CPL_IO_TCP_WIN32_BIND_RETRY_WAIT   (10*1000)

This value is time, in milliseconds between retries during the binding process.