|
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 846 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 854 of file Consensus_test.cpp.
| void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | , |
| csf::SimTime | , | ||
| E const & | |||
| ) |
Definition at line 865 of file Consensus_test.cpp.
| void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | who, |
| csf::SimTime | , | ||
| csf::FullyValidateLedger const & | e | ||
| ) |
Definition at line 870 of file Consensus_test.cpp.
| void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | who, |
| csf::SimTime | , | ||
| csf::AcceptLedger const & | e | ||
| ) |
Definition at line 885 of file Consensus_test.cpp.
| csf::PeerGroup& ripple::test::Consensus_test::Disruptor::network |
Definition at line 848 of file Consensus_test.cpp.
| csf::PeerGroup& ripple::test::Consensus_test::Disruptor::groupCfast |
Definition at line 849 of file Consensus_test.cpp.
| csf::PeerGroup& ripple::test::Consensus_test::Disruptor::groupCsplit |
Definition at line 850 of file Consensus_test.cpp.
| csf::SimDuration ripple::test::Consensus_test::Disruptor::delay |
Definition at line 851 of file Consensus_test.cpp.
| bool ripple::test::Consensus_test::Disruptor::reconnected = false |
Definition at line 852 of file Consensus_test.cpp.