|
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 827 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 835 of file Consensus_test.cpp.
| void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | , |
| csf::SimTime | , | ||
| E const & | |||
| ) |
Definition at line 846 of file Consensus_test.cpp.
| void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | who, |
| csf::SimTime | , | ||
| csf::FullyValidateLedger const & | e | ||
| ) |
Definition at line 851 of file Consensus_test.cpp.
| void ripple::test::Consensus_test::Disruptor::on | ( | csf::PeerID | who, |
| csf::SimTime | , | ||
| csf::AcceptLedger const & | e | ||
| ) |
Definition at line 866 of file Consensus_test.cpp.
| csf::PeerGroup& ripple::test::Consensus_test::Disruptor::network |
Definition at line 829 of file Consensus_test.cpp.
| csf::PeerGroup& ripple::test::Consensus_test::Disruptor::groupCfast |
Definition at line 830 of file Consensus_test.cpp.
| csf::PeerGroup& ripple::test::Consensus_test::Disruptor::groupCsplit |
Definition at line 831 of file Consensus_test.cpp.
| csf::SimDuration ripple::test::Consensus_test::Disruptor::delay |
Definition at line 832 of file Consensus_test.cpp.
| bool ripple::test::Consensus_test::Disruptor::reconnected = false |
Definition at line 833 of file Consensus_test.cpp.