|
rippled
|
Write out stream of ledger activity. More...
#include <collectors.h>

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 629 of file collectors.h.
Definition at line 636 of file collectors.h.
| void ripple::test::csf::StreamCollector::on | ( | PeerID | who, |
| SimTime | when, | ||
| AcceptLedger const & | e | ||
| ) |
Definition at line 641 of file collectors.h.
| void ripple::test::csf::StreamCollector::on | ( | PeerID | who, |
| SimTime | when, | ||
| FullyValidateLedger const & | e | ||
| ) |
Definition at line 649 of file collectors.h.
| std::ostream& ripple::test::csf::StreamCollector::out |
Definition at line 631 of file collectors.h.