CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace catapult {
namespace disruptor {
27 #define INPUT_SOURCE_LIST \
29 ENUM_VALUE(Unknown, 0) \
32 ENUM_VALUE(Local, 1) \
35 ENUM_VALUE(Remote_Pull, 2) \
38 ENUM_VALUE(Remote_Push, 4)
40 #define ENUM_VALUE(LABEL, VALUE) LABEL = VALUE,
def reset_all()
Definition: initialise.py:18
def init(autoreset=False, convert=None, strip=None, wrap=True)
Definition: initialise.py:23
Definition: ansitowin32.py:43
InputSource
Possible consumer input sources.
Definition: InputSource.h:42
def colorama_text(*args, **kwargs)
Definition: initialise.py:59
std::ostream & operator<<(std::ostream &out, const ConsumerInput &input)
Definition: ConsumerInput.cpp:150
def deinit()
Definition: initialise.py:51
Definition: AddressExtractionExtension.cpp:28
def reinit()
Definition: initialise.py:67
def wrap_stream(stream, convert, strip, autoreset, wrap)
Definition: initialise.py:74