GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
Listener.h File Reference
#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::Posix::Listener
 This concrete class implements the Cpl::Io::Socket::Listener interface using IPv4 addressing for the Posix compliant 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::Posix
 The Posix namespace provides Posix implementation for Colony Core's socket interfaces.
 

Macros

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

Macro Definition Documentation

◆ USE_CPL_IO_SOCKET_POSIX_BIND_RETRIES

#define USE_CPL_IO_SOCKET_POSIX_BIND_RETRIES   5

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

◆ USE_CPL_IO_SOCKET_POSIX_BIND_RETRY_WAIT

#define USE_CPL_IO_SOCKET_POSIX_BIND_RETRY_WAIT   (10*1000)

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