1
0
Fork 0

component fctn

This commit is contained in:
Kevin Matz 2021-08-16 12:13:13 -04:00
parent d3f1edc33a
commit 9a619b0e63
3 changed files with 3 additions and 2 deletions

View File

@ -32,6 +32,7 @@ Broker::Broker(UUID::uuid cid)
: ACN::Component(cid)
, LLRP::Target()
{
fctn_ = "libESTA RDMnet Broker";
}

View File

@ -33,7 +33,7 @@ Controller::Controller(UUID::uuid cid)
, RDM::Controller()
, LLRP::Target()
{
fctn_ = "libESTA RDMnet Controller";
}

View File

@ -34,7 +34,7 @@ Device::Device(UUID::uuid cid, UUID::uuid rid, RDM::UID uid)
, LLRP::Target()
, rid_(rid)
{
fctn_ = "libESTA RDMnet Component";
}