Commit Graph

6 Commits

Author SHA1 Message Date
surtur baaf4f6db0
fix: -Wnon-virtual-dtor 2022-02-03 01:11:39 +01:00
surtur 96d8265c22
entropy_src: add ctor,dtor, rm scheduler fun 2022-01-17 07:28:32 +01:00
surtur 03578f9016
accumulator: refactor entropy_src,add files
* add event_scheduler_impl.h and properly override its base class
* add urandom_entropy_src.cpp, move there logic from header
* add urandom_entropy_src.cpp to CMakeLists.txt
* add unique_ptr per impl: one for both EventSchedulerImpl and
  EventAdderImpl each
* wrap a call in reinterpret_cast and reformat code
* add missing includes (best effort)
2022-01-13 05:40:33 +01:00
surtur 4b216a6f6e
refactor: clang-format 2022-01-10 04:25:03 +01:00
surtur aeed19ef40
entropy_src: add max_event_length variable 2022-01-02 07:35:00 +01:00
surtur a5b988ba71
accumulator: add event_scheduler,entropy_src ifces 2021-12-11 02:12:49 +01:00