PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TestingSetup Struct Reference

#include <test_pivx.h>

Inheritance diagram for TestingSetup:
[legend]
Collaboration diagram for TestingSetup:
[legend]

Public Member Functions

 TestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~TestingSetup ()
 
- Public Member Functions inherited from BasicTestingSetup
 BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~BasicTestingSetup ()
 
fs::path SetDataDir (const std::string &name)
 

Public Attributes

boost::thread_group threadGroup
 
CConnmanconnman
 
EvoNotificationInterfacepEvoNotificationInterface
 
CScheduler scheduler
 
std::unique_ptr< PeerLogicValidationpeerLogic
 
- Public Attributes inherited from BasicTestingSetup
ECCVerifyHandle globalVerifyHandle
 

Detailed Description

Definition at line 70 of file test_pivx.h.

Constructor & Destructor Documentation

◆ TestingSetup()

TestingSetup::TestingSetup ( const std::string &  chainName = CBaseChainParams::MAIN)
explicit

Definition at line 97 of file test_pivx.cpp.

Here is the call graph for this function:

◆ ~TestingSetup()

TestingSetup::~TestingSetup ( )

Definition at line 141 of file test_pivx.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ connman

CConnman* TestingSetup::connman

Definition at line 73 of file test_pivx.h.

◆ peerLogic

std::unique_ptr<PeerLogicValidation> TestingSetup::peerLogic

Definition at line 76 of file test_pivx.h.

◆ pEvoNotificationInterface

EvoNotificationInterface* TestingSetup::pEvoNotificationInterface

Definition at line 74 of file test_pivx.h.

◆ scheduler

CScheduler TestingSetup::scheduler

Definition at line 75 of file test_pivx.h.

◆ threadGroup

boost::thread_group TestingSetup::threadGroup

Definition at line 72 of file test_pivx.h.


The documentation for this struct was generated from the following files: