1
0
Fork 0

formatting cleanup

This commit is contained in:
Kevin Matz 2021-06-19 15:30:27 -04:00
parent 41183883f6
commit 941f2c74dd
3 changed files with 12 additions and 5 deletions

View File

@ -32,11 +32,18 @@
#include <memory>
#include <vector>
// appliance: In DDL an appliance is a piece of equipment described by a root device and all its children and descendents. In DMP systems an appliance corresponds to a component that exposes one or more devices (since the rules require that all devices are descendants of a single root device). See also root device.
// appliance: In DDL an appliance is a piece of equipment described by a root
// device and all its children and descendents. In DMP systems an appliance
// corresponds to a component that exposes one or more devices (since the
// rules require that all devices are descendants of a single root device).
// See also root device.
// component: The process, program or application corresponding to a single ACN endpoint. All messages in ACN are sent and received by a component. See [Arch] for a more complete definition.
// component: The process, program or application corresponding to a single ACN
// endpoint. All messages in ACN are sent and received by a component. See
// [Arch] for a more complete definition.
// root device: An instance of a device described in DDL that has no parent device. See also appliance.
// root device: An instance of a device described in DDL that has no parent
// device. See also appliance.
namespace ACN {

View File

@ -22,7 +22,7 @@ void QSacnNode::subscribe(const uint16_t num)
{
if (universe(num)) // already subscribed
return;
qDebug() << "Subscribing to universe " << QString::number(num);
qDebug() << "Subscribing to universe" << QString::number(num);
Receiver::subscribe(num);
joinMulticastGroup(IPv4MulticastAddress(num));
}

View File

@ -37,7 +37,7 @@ namespace UUID {
uuid::uuid() {
type_ = NIL;
version_ = VOID;
timestamp_ = 0;
timestamp_ = 0;
clock_seq_ = 0;
node_ = 0;
setBytes();