1
0
Fork 0

static uuid as fromatted char array

This commit is contained in:
Kevin Matz 2021-08-15 21:51:24 -04:00
parent 0391910de5
commit db6a22f4a5
1 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@
#pragma once
#include "rdm/rdm.h"
#include "uuid/uuid.h"
namespace RDMnet {
using RDM::PID;
@ -59,8 +58,7 @@ namespace RDMnet {
static const uint16_t LLRP_TARGET_TIMEOUT = 500; //!< milliseconds
static const double LLRP_MAX_BACKOFF = 1.5; //!< seconds
static const uint8_t LLRP_KNOWN_UID_SIZE = 200;
static const UUID::uuid LLRP_BROADCAST_CID
= UUID::uuid("FBAD822C-BD0C-4D4C-BDC8-7EABEBC85AFF");
static const char* LLRP_BROADCAST_CID = "FBAD822C-BD0C-4D4C-BDC8-7EABEBC85AFF";
/// A.3 Root Layer PDU Vector
static const uint32_t VECTOR_ROOT_LLRP = 0x0000000A; //!< Section 5.4