Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Macros | Variables
IpcServerBase.cpp File Reference
#include "IpcServerBase.h"
#include <cstdlib>
#include <cstdio>
#include <string>
#include <libdevcore/Guards.h>
#include <libdevcore/Log.h>
Include dependency graph for IpcServerBase.cpp:

Go to the source code of this file.

Classes

struct  IpcSendChannel
 
struct  IpcReceiveChannel
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

Macros

#define cipcs   dev::LogOutputStream<IpcSendChannel, true>()
 
#define cipcr   dev::LogOutputStream<IpcReceiveChannel, true>()
 

Variables

int const c_bufferSize = 1024
 

Detailed Description

Authors
: Arkadiy Paronyan arkad.nosp@m.iy@e.nosp@m.thdev.nosp@m..com
Date
2015

Definition in file IpcServerBase.cpp.

Macro Definition Documentation

#define cipcr   dev::LogOutputStream<IpcReceiveChannel, true>()

Definition at line 39 of file IpcServerBase.cpp.

#define cipcs   dev::LogOutputStream<IpcSendChannel, true>()

Definition at line 38 of file IpcServerBase.cpp.

Variable Documentation

int const c_bufferSize = 1024

Definition at line 34 of file IpcServerBase.cpp.