Skip to content
  • Alessio Netti's avatar
    Sensor cache overhaul · 0b53c240
    Alessio Netti authored
    - Sensor cache is now based on circular arrays (actually vectors)
    - CacheEntry class supplies a list of helper methods to ease access
    to the cache (might be useful for dcdbpusher also)
    - Thread safety for cache access is still to be verified (either way,
    mutexes are not viable)
    0b53c240