header and namespace cleanup

This commit is contained in:
Kevin Matz 2021-08-13 10:09:56 -04:00
parent edd3056341
commit 13651c7cf2

View File

@ -24,13 +24,12 @@
#pragma once #pragma once
#include <string> #include <string>
#include "acn/acn.h"
#include "rdm/rdm.h" #include "rdm/rdm.h"
#include "uuid/uuid.h" #include "uuid/uuid.h"
namespace RDMnet { namespace RDMnet {
using namespace ACN; using RDM::PID;
using namespace RDM;
/// Appendix A: Defined Parameters (Normative) /// Appendix A: Defined Parameters (Normative)
// MDNS_IPV4_MULTICAST_ADDRESS 224.0.0.251 (Informative) // MDNS_IPV4_MULTICAST_ADDRESS 224.0.0.251 (Informative)