rippled
|
Public Member Functions | |
Disruptor (csf::PeerGroup &net, csf::PeerGroup &c, csf::PeerGroup &split, csf::SimDuration d) | |
template<class E > | |
void | on (csf::PeerID, csf::SimTime, E const &) |
void | on (csf::PeerID who, csf::SimTime, csf::FullyValidateLedger const &e) |
void | on (csf::PeerID who, csf::SimTime, csf::AcceptLedger const &e) |
Public Attributes | |
csf::PeerGroup & | network |
csf::PeerGroup & | groupCfast |
csf::PeerGroup & | groupCsplit |
csf::SimDuration | delay |
bool | reconnected = false |
Definition at line 777 of file Consensus_test.cpp.
ripple::test::Consensus_test::Disruptor::Disruptor | ( | csf::PeerGroup & | net, |
csf::PeerGroup & | c, | ||
csf::PeerGroup & | split, | ||
csf::SimDuration | d | ||
) |
Definition at line 785 of file Consensus_test.cpp.
void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | , |
csf::SimTime | , | ||
E const & | |||
) |
Definition at line 796 of file Consensus_test.cpp.
void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | who, |
csf::SimTime | , | ||
csf::FullyValidateLedger const & | e | ||
) |
Definition at line 801 of file Consensus_test.cpp.
void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | who, |
csf::SimTime | , | ||
csf::AcceptLedger const & | e | ||
) |
Definition at line 816 of file Consensus_test.cpp.
csf::PeerGroup& ripple::test::Consensus_test::Disruptor::network |
Definition at line 779 of file Consensus_test.cpp.
csf::PeerGroup& ripple::test::Consensus_test::Disruptor::groupCfast |
Definition at line 780 of file Consensus_test.cpp.
csf::PeerGroup& ripple::test::Consensus_test::Disruptor::groupCsplit |
Definition at line 781 of file Consensus_test.cpp.
csf::SimDuration ripple::test::Consensus_test::Disruptor::delay |
Definition at line 782 of file Consensus_test.cpp.
bool ripple::test::Consensus_test::Disruptor::reconnected = false |
Definition at line 783 of file Consensus_test.cpp.