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 <memory>
#include <vector> #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 { namespace ACN {