1
0
Fork 0

allow source to be directly modified

This commit is contained in:
Kevin Matz 2021-06-20 09:35:03 -04:00
parent b2316fe388
commit 619430fe50
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class Universe
public:
Universe() : DMX::Universe(), synchronized_(false) {};
const bool isSyncronized() const {return synchronized_;};
std::shared_ptr<UniverseSource> source() const { return source_; }
void set(std::shared_ptr<DMP::Pdu>, std::shared_ptr<UniverseSource>);
void setSource(std::shared_ptr<UniverseSource>);