EMA C++ Edition
IOCtlReactorCode.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| This source code is provided under the Apache 2.0 license
3 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
4 *| See the project's LICENSE.md for details.
5 *| Copyright (C) 2022 LSEG. All rights reserved.
6 *|-----------------------------------------------------------------------------
7 */
8
9#pragma once
10
11#ifndef __refinitiv_ema_access_IOCtlReactorCode_h
12#define __refinitiv_ema_access_IOCtlReactorCode_h
13
33
34namespace refinitiv {
35
36namespace ema {
37
38namespace access {
39
41{
42public:
43
48 {
49 EnableRestLoggingEnum = 1,
51 EnableRestCallbackLoggingEnum = 2,
52 };
53
54private:
55
58 IOCtlReactorCode& operator=(const IOCtlReactorCode&);
59};
60
61}
62
63}
64
65}
66
67#endif // __refinitiv_ema_access_IOCtlReactorCode_h
Common.h file provides definitions of common variable types used in EMA.
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
IOCtlReactorCode class provides enumeration representing I/O codes for modifying Reactor I/O values p...