summaryrefslogtreecommitdiff
path: root/test/DumpDecoderClient.hxx
AgeCommit message (Collapse)Author
2018-09-21decoder/Client: use std::chrono::duration<double> instead of raw `double`Max Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
This adds a bit of overhead, but also adds flexibility to the API, because arbitrary triggers may be invoked from that virtual method implementation, not just Cond::signal(). The motivation for this is to make the handlers more dynamic, for the upcoming buffering class utilizing ProxyInputStream.
2018-02-17test/DumpDecoderClient: convert static local to class attributeMax Kellermann
2018-02-17test/DumpDecoderClient: convert to classMax Kellermann
2018-02-17test/DumpDecoderClient: add API documentationMax Kellermann
2018-02-17test/FakeDecoderAPI: rename to DumpDecoderClientMax Kellermann