|
rippled
|
Write out stream of ledger activity. More...

Public Member Functions | |
| template<class E > | |
| void | on (PeerID, SimTime, E const &e) |
| void | on (PeerID who, SimTime when, AcceptLedger const &e) |
| void | on (PeerID who, SimTime when, FullyValidateLedger const &e) |
Public Attributes | |
| std::ostream & | out |
Write out stream of ledger activity.
Writes information about every accepted and fully-validated ledger to a provided std::ostream.
Definition at line 683 of file collectors.h.
Definition at line 690 of file collectors.h.
| void ripple::test::csf::StreamCollector::on | ( | PeerID | who, |
| SimTime | when, | ||
| AcceptLedger const & | e | ||
| ) |
Definition at line 695 of file collectors.h.
| void ripple::test::csf::StreamCollector::on | ( | PeerID | who, |
| SimTime | when, | ||
| FullyValidateLedger const & | e | ||
| ) |
Definition at line 703 of file collectors.h.
| std::ostream& ripple::test::csf::StreamCollector::out |
Definition at line 685 of file collectors.h.
1.8.17