diff --git a/acn/appliance.h b/acn/appliance.h index c891196..59dea11 100644 --- a/acn/appliance.h +++ b/acn/appliance.h @@ -32,11 +32,18 @@ #include #include -// 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 { diff --git a/platform/qt/qsacnnode.cpp b/platform/qt/qsacnnode.cpp index 1bf6951..2522863 100644 --- a/platform/qt/qsacnnode.cpp +++ b/platform/qt/qsacnnode.cpp @@ -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)); } diff --git a/uuid/uuid.cpp b/uuid/uuid.cpp index 0c99323..06ed0cb 100644 --- a/uuid/uuid.cpp +++ b/uuid/uuid.cpp @@ -37,7 +37,7 @@ namespace UUID { uuid::uuid() { type_ = NIL; version_ = VOID; - timestamp_ = 0; + timestamp_ = 0; clock_seq_ = 0; node_ = 0; setBytes();