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

Go to the source code of this file.

Classes

class  Cpl::Io::Socket::Win32::Listener
 This concrete class implements the Cpl::Io::Socket::Listener interface using IPv4 addressing for the Win32 (aka winsock2) platform. 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::Socket
 The Socket namespace provides interfaces for creating BSD socket connections.
 
namespace  Cpl::Io::Socket::Win32
 The Win32 namespace provides Windows (i.e.
 

Macros

#define OPTION_CPL_IO_SOCKET_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_SOCKET_WIN32_BIND_RETRY_WAIT   (10*1000)
 This value is time, in milliseconds between retries during the binding process.
 

Macro Definition Documentation

◆ OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRIES

#define OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRIES   5

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

◆ OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRY_WAIT

#define OPTION_CPL_IO_SOCKET_WIN32_BIND_RETRY_WAIT   (10*1000)

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