Module cybergrape::update_accumulator
source · Expand description
Stores the most recent Update
for any given source/destination pair.
Structs§
- The
UpdateAccumulator
consumes updates from aHardwareDataManager
, and accumulates them. It can be queried for the most recent updates usingget_status
.