Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OpenTransactions.cpp File Reference
#include "../core/stdafx.hpp"
#include "OpenTransactions.hpp"
#include "OTAPI.hpp"
#include "OTClient.hpp"
#include "OTServerConnection.hpp"
#include "Helpers.hpp"
#include "OTWallet.hpp"
#include "TransportCallback.hpp"
#include "../ext/InstantiateContract.hpp"
#include "../ext/OTPayment.hpp"
#include "../ext/Socket_ZMQ4.hpp"
#include "../cash/Mint.hpp"
#include "../cash/Purse.hpp"
#include "../cash/Token.hpp"
#include "../basket/Basket.hpp"
#include "../core/recurring/OTPaymentPlan.hpp"
#include "../core/script/OTAgent.hpp"
#include "../core/script/OTBylaw.hpp"
#include "../core/script/OTParty.hpp"
#include "../core/script/OTPartyAccount.hpp"
#include "../core/script/OTSmartContract.hpp"
#include "../core/trade/OTTrade.hpp"
#include "../core/trade/OTOffer.hpp"
#include "../core/crypto/OTAsymmetricKey.hpp"
#include "../core/crypto/OTCachedKey.hpp"
#include "../core/crypto/OTCrypto.hpp"
#include "../core/crypto/OTEnvelope.hpp"
#include "../core/crypto/OTNymOrSymmetricKey.hpp"
#include "../core/crypto/OTPassword.hpp"
#include "../core/crypto/OTPasswordData.hpp"
#include "../core/crypto/OTSymmetricKey.hpp"
#include "../core/OTAssetContract.hpp"
#include "../core/OTCheque.hpp"
#include "../core/util/OTDataFolder.hpp"
#include "../core/util/OTFolders.hpp"
#include "../core/OTLedger.hpp"
#include "../core/OTLog.hpp"
#include "../core/OTMessage.hpp"
#include "../core/util/OTPaths.hpp"
#include "../core/OTPseudonym.hpp"
#include "../core/OTIdentifier.hpp"
#include "../core/OTServerContract.hpp"
#include "../core/OTStorage.hpp"
#include <cassert>
#include <fstream>
#include <memory>
#include <time.h>
#include <unistd.h>
Include dependency graph for OpenTransactions.cpp:

Go to the source code of this file.

Classes

class  opentxs::OT_API::Pid
 

Namespaces

 opentxs
 

Macros

#define CLIENT_DEFAULT_LATENCY_SEND_MS   200
 
#define CLIENT_DEFAULT_LATENCY_SEND_NO_TRIES   7
 
#define CLIENT_DEFAULT_LATENCY_RECEIVE_MS   200
 
#define CLIENT_DEFAULT_LATENCY_RECEIVE_NO_TRIES   7
 
#define CLIENT_DEFAULT_LATENCY_DELAY_AFTER   50
 
#define CLIENT_DEFAULT_IS_BLOCKING   false
 
#define CLIENT_CONFIG_KEY   "client"
 
#define CLIENT_DATA_DIR   "client_data"
 
#define CLIENT_LOGFILE_FILENAME   "log-client.log"
 
#define CLIENT_MASTER_KEY_TIMEOUT_DEFAULT   300
 
#define CLIENT_WALLET_FILENAME   "wallet.xml"
 
#define CLIENT_USE_SYSTEM_KEYRING   false
 
#define CLIENT_PASSWORD_FOLDER   ""
 
#define CLIENT_PID_FILENAME   "ot.pid"
 

Macro Definition Documentation

#define CLIENT_CONFIG_KEY   "client"

Definition at line 210 of file OpenTransactions.cpp.

#define CLIENT_DATA_DIR   "client_data"

Definition at line 211 of file OpenTransactions.cpp.

#define CLIENT_DEFAULT_IS_BLOCKING   false

Definition at line 208 of file OpenTransactions.cpp.

#define CLIENT_DEFAULT_LATENCY_DELAY_AFTER   50

Definition at line 207 of file OpenTransactions.cpp.

#define CLIENT_DEFAULT_LATENCY_RECEIVE_MS   200

Definition at line 205 of file OpenTransactions.cpp.

#define CLIENT_DEFAULT_LATENCY_RECEIVE_NO_TRIES   7

Definition at line 206 of file OpenTransactions.cpp.

#define CLIENT_DEFAULT_LATENCY_SEND_MS   200

Definition at line 203 of file OpenTransactions.cpp.

#define CLIENT_DEFAULT_LATENCY_SEND_NO_TRIES   7

Definition at line 204 of file OpenTransactions.cpp.

#define CLIENT_LOGFILE_FILENAME   "log-client.log"

Definition at line 212 of file OpenTransactions.cpp.

#define CLIENT_MASTER_KEY_TIMEOUT_DEFAULT   300

Definition at line 213 of file OpenTransactions.cpp.

#define CLIENT_PASSWORD_FOLDER   ""

Definition at line 216 of file OpenTransactions.cpp.

#define CLIENT_PID_FILENAME   "ot.pid"

Definition at line 217 of file OpenTransactions.cpp.

#define CLIENT_USE_SYSTEM_KEYRING   false

Definition at line 215 of file OpenTransactions.cpp.

#define CLIENT_WALLET_FILENAME   "wallet.xml"

Definition at line 214 of file OpenTransactions.cpp.