GM6000 Digital Heater Controller
Branch: main
SDX-1330
Main Page
Namespaces
Components
Files
File List
File Members
Cpl
Itc
NullReturnHandler.h
Go to the documentation of this file.
1
#ifndef Cpl_Itc_NullReturnHandler_h_
2
#define Cpl_Itc_NullReturnHandler_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/Itc/ReturnHandler.h
"
16
17
///
18
namespace
Cpl
{
19
///
20
namespace
Itc {
21
22
/** This class implements a Null ReturnHandler. This means the message
23
is NEVER returned to the calling thread.
24
*/
25
class
NullReturnHandler
:
public
ReturnHandler
26
{
27
public
:
28
/// Constructor
29
NullReturnHandler
();
30
31
public
:
32
/// See ReturnHandler
33
void
rts
() noexcept;
34
};
35
36
37
};
// end namespaces
38
};
39
#endif
// end header latch
ReturnHandler.h
Cpl::Itc::NullReturnHandler
This class implements a Null ReturnHandler.
Definition
NullReturnHandler.h:26
Cpl::Itc::NullReturnHandler::rts
void rts() noexcept
See ReturnHandler.
Cpl::Itc::NullReturnHandler::NullReturnHandler
NullReturnHandler()
Constructor.
Cpl::Itc::ReturnHandler
This abstract class represents the action that is executed by a server thread in response to the serv...
Definition
ReturnHandler.h:27
Cpl
The 'Cpl' namespace is the root name space for the Colony.
Definition
Api16.h:20
Generated on Sat Jan 18 2025 22:23:55 for GM6000 Digital Heater Controller by
1.9.8