1
0
Fork 0

documentation cleanup

This commit is contained in:
Kevin Matz 2022-11-26 12:30:27 -05:00
parent d57a6a31ad
commit 3f717454eb
1 changed files with 4 additions and 2 deletions

View File

@ -52,8 +52,10 @@ public:
virtual void create(const uint16_t);
virtual void terminate(const uint16_t);
std::shared_ptr<Universe> universe(const uint16_t);
// from ACN::Component
virtual void assignUserName(const std::string) override;
@ -67,9 +69,9 @@ protected:
private:
std::unordered_map <uint16_t, std::shared_ptr<Universe>> universes_;
mutable std::mutex universes_mutext_;
mutable std::mutex universes_mutext_; //!< thread safety protection for universes_
/// > \cite 6.3.2 E1.31 Synchronization Packet: Sequence Number
/// > \cite sACN 6.3.2 E1.31 Synchronization Packet: Sequence Number
/// >
/// > Sources shall maintain a sequence for each universe they transmit.
/// > The sequence number for a universe shall be incremented by one for