21 #ifndef OLAD_UNIVERSESTORE_H_
22 #define OLAD_UNIVERSESTORE_H_
29 #include "ola/Clock.h"
77 void GetList(std::vector<Universe*> *universes)
const;
96 typedef std::map<unsigned int, Universe*> UniverseMap;
100 UniverseMap m_universe_map;
101 std::set<Universe*> m_deletion_candiates;
105 bool RestoreUniverseSettings(
Universe *universe)
const;
106 bool SaveUniverseSettings(
Universe *universe)
const;
108 static const unsigned int MINIMUM_RDM_DISCOVERY_INTERVAL;
113 #endif // OLAD_UNIVERSESTORE_H_