GM6000 Digital Heater Controller
Branch: main
SDX-1330
Main Page
Namespaces
Components
Files
File List
File Members
Cpl
Io
Socket
ListenerClientSync.h
Go to the documentation of this file.
1
#ifndef Cpl_Io_Socket_ListenerClientSync_h_
2
#define Cpl_Io_Socket_ListenerClientSync_h_
3
/*-----------------------------------------------------------------------------
4
* This file is part of the Colony.Core Project. The Colony.Core Project is an
5
* open source project with a BSD type of licensing agreement. See the license
6
* agreement (license.txt) in the top/ directory or on the Internet at
7
* http://integerfox.com/colony.core/license.txt
8
*
9
* Copyright (c) 2014-2022 John T. Taylor
10
*
11
* Redistributions of the source code must retain the above copyright notice.
12
*----------------------------------------------------------------------------*/
13
/** @file */
14
15
#include "
Cpl/Io/Socket/Listener.h
"
16
#include "
Cpl/Io/Socket/ListenerClientRequest.h
"
17
18
19
///
20
namespace
Cpl
{
21
///
22
namespace
Io {
23
///
24
namespace
Socket {
25
26
27
/** This partially concrete class implements the synchronous ITC open
28
call for the OpenApi. The subclass is still required to implement the ITC
29
request() method.
30
*/
31
class
ListenerClientSync
:
public
Listener::Client
,
32
public
ListenerClientRequest
33
{
34
protected
:
35
/// Mailbox (of the server implementing the ITC request() method
36
Cpl::Itc::PostApi
&
m_mbox
;
37
38
39
public
:
40
/// Constructor
41
ListenerClientSync
(
Cpl::Itc::PostApi
& myMbox );
42
43
44
public
:
45
/// See Cpl::Io::Socket::Listener::Client
46
bool
newConnection
(
Cpl::Io::Descriptor
newFd,
const
char
* rawConnectionInfo );
47
48
};
49
50
51
52
};
// end namespaces
53
};
54
};
55
#endif
// end header latch
Listener.h
ListenerClientRequest.h
Cpl::Io::Socket::Listener::Client
This class defines the callback mechanism used for accepting incoming socket connections.
Definition
Listener.h:56
Cpl::Io::Socket::ListenerClientRequest
This abstract class define message types and payloads for a set of ITC services.
Definition
ListenerClientRequest.h:33
Cpl::Io::Socket::ListenerClientSync
This partially concrete class implements the synchronous ITC open call for the OpenApi.
Definition
ListenerClientSync.h:33
Cpl::Io::Socket::ListenerClientSync::m_mbox
Cpl::Itc::PostApi & m_mbox
Mailbox (of the server implementing the ITC request() method.
Definition
ListenerClientSync.h:36
Cpl::Io::Socket::ListenerClientSync::ListenerClientSync
ListenerClientSync(Cpl::Itc::PostApi &myMbox)
Constructor.
Cpl::Io::Socket::ListenerClientSync::newConnection
bool newConnection(Cpl::Io::Descriptor newFd, const char *rawConnectionInfo)
See Cpl::Io::Socket::Listener::Client.
Cpl::Itc::PostApi
This abstract class represents the interface used to send messages to a mailbox.
Definition
PostApi.h:31
Cpl
The 'Cpl' namespace is the root name space for the Colony.
Definition
Api16.h:20
Cpl::Io::Descriptor
This union defines a 'IO descriptor' in terms of a an integer and/or a void*.
Definition
Descriptor.h:26
Generated on Sat Jan 18 2025 22:23:55 for GM6000 Digital Heater Controller by
1.9.8