Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E1.33 controller #1841

Draft
wants to merge 148 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
148 commits
Select commit Hold shift + click to select a range
23a00bb
First attempt at LLRP header and PDU
peternewman Jan 29, 2020
d53a8ee
Merge branch 'master' into e1.33
peternewman Jan 30, 2020
8524079
Fix a Doxygen typo
peternewman Feb 3, 2020
674ea51
Update some E1.33 Vectors
peternewman Feb 3, 2020
bd619c2
Add the ability to pack UIDSets
peternewman Feb 4, 2020
a89f3db
Fix the Doxygen
peternewman Feb 4, 2020
063de3d
Fix a Doxygen typo
peternewman Feb 4, 2020
0204d59
Add the initial LLRPProbeRequestPDU
peternewman Feb 4, 2020
910e9c4
Merge branch 'e1.33' of https://github.com/peternewman/ola into e1.33
peternewman Feb 4, 2020
f1cc481
Tidy some Doxygen
peternewman Feb 4, 2020
27c1cb5
Add the ability to easily write a CID to an ostream
peternewman Feb 4, 2020
e9dd374
Add LLRP Probe Request PDU, fix the length flags bug
peternewman Feb 4, 2020
2d0ed43
Fix the lint issues
peternewman Feb 4, 2020
38d893d
Add the LLRPProbeReplyPDU
peternewman Feb 6, 2020
956c0fb
Fix the LLRP vector values
peternewman Feb 6, 2020
d72c6aa
Add the ability to force the length flag on a Root PDU
peternewman Feb 6, 2020
d972695
Allow an LLRPProbeReplyPDU to be sent
peternewman Feb 6, 2020
3eb8518
Tidying and TODO
peternewman Feb 6, 2020
f3b7511
Initial handling of LLRPProbeRequest PDUs
peternewman Feb 6, 2020
e445c32
Initial LLRP discoverable device
peternewman Feb 6, 2020
f743476
Use the correct MAC address in the responses
peternewman Feb 9, 2020
7e5f935
Fix a typo
peternewman Feb 9, 2020
4983aa9
Switch to our flags module and set the UID from the command line
peternewman Feb 9, 2020
dc06b8a
Add the ability to make a UID set from binary data
peternewman Feb 9, 2020
f2343ce
Pass all the LLRPProbeRequest info across in the callback and act on …
peternewman Feb 9, 2020
9583793
Fix a typo
peternewman Feb 10, 2020
1955638
Allow the RDMInflator to be used with both native E1.33 and LLRP RDM …
peternewman Feb 11, 2020
32ecc52
Add the ability to pack an RDMPDU
peternewman Feb 11, 2020
0469724
Initial version of an LLRP RDM responder
peternewman Feb 11, 2020
a150d7e
Add the LLRP Broadcast CID
peternewman Feb 11, 2020
b0662a0
Fix some lint issues and follow more of the standard
peternewman Feb 11, 2020
280d3f6
Ensure we work on the same host as the manager
peternewman Feb 17, 2020
324b4ec
Add a helper method to convert an RDMResponse to a NACKing RDMResponse
peternewman Feb 17, 2020
ccba9fa
Don't send back ACK_OVERFLOW or ACK_TIMER responses
peternewman Feb 17, 2020
52e8913
NACK if an invalid subdevice is targetted
peternewman Feb 17, 2020
46a08ac
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Feb 18, 2020
bc2099b
Rename the target code to a more standardised name
peternewman Feb 18, 2020
ed113e1
Update some missed docs
peternewman Feb 18, 2020
8db5131
Add the ability to inflate an LLRP Probe Reply and build a Probe Request
peternewman Feb 18, 2020
bd0a09c
Minor tweak to some logging
peternewman Feb 19, 2020
fc83330
Initial basic attempt at an LLRP manager
peternewman Feb 19, 2020
ac119e8
Support sending set commands
peternewman Feb 25, 2020
9845e37
Update some RDM comments
peternewman Feb 25, 2020
e6b8f99
Update PIDs from rdm-app repo
peternewman Feb 25, 2020
2aeaac8
Add initial negative E1.33/E1.37-7 tests. Need to add categories still
peternewman Feb 26, 2020
6870361
Add the ability to override the expected NACK for GetZeroMixin
peternewman Feb 26, 2020
f67491f
Correct the expected NACK for some endpoint number checks
peternewman Feb 26, 2020
e59b028
Support loopback and selecting an interface
peternewman Feb 26, 2020
fd26efa
Add some detail on how DMX-TRI error codes are done from its developer
peternewman Mar 4, 2023
9d60884
Improve some size calculations, only output SetWithNoData when actual…
peternewman Mar 4, 2023
966a9fa
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 4, 2023
067bc03
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 5, 2023
c2126d1
First attempt at the E1.33 Broker PDU
peternewman Mar 7, 2023
2a43710
First attempt at BrokerClientEntryPDU
peternewman Mar 7, 2023
19eca6f
First go at BrokerConnectPDU, could do with more tests
peternewman Mar 7, 2023
d01494b
Fix a typo in the DeviceManager stuff
peternewman Mar 8, 2023
f49c1f8
Add the BrokerNullPDU and tests
peternewman Mar 8, 2023
5b36363
Correct the byte order for the E1.33 version field
peternewman Mar 9, 2023
eb609f3
Correct the size of the BrokerPDU's vector
peternewman Mar 9, 2023
e99ec91
Correct a broker endian check for the E1.33 version in our tests
peternewman Mar 9, 2023
d40a36a
Add a testPrepend test for the BrokerClientEntryPDU base class
peternewman Mar 9, 2023
ad9ac0d
Allow the timeout interval of the HealthCheckedConnection to be custo…
peternewman Mar 10, 2023
910b0b0
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 11, 2023
5c56490
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 11, 2023
9fab749
Add some more new simple E1.33 inflators
peternewman Jul 3, 2023
6d4d923
More E1.33 vectors
peternewman Jul 3, 2023
81b8e38
Fix a minor typo
peternewman Jul 3, 2023
66e7f10
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Jul 3, 2023
b23bc6b
A few more E1.33 enums
peternewman Jul 3, 2023
bdb40db
Add the ability to build BrokerNullTCP packets
peternewman Jul 3, 2023
847734f
Correctly commit only a partial change for now
peternewman Jul 3, 2023
4d7049c
Update E133HealthCheckedConnection to work with the new standardised …
peternewman Jul 3, 2023
0271789
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Jul 3, 2023
a577535
Fix a lint issue
peternewman Jul 3, 2023
7686be6
Temporarily remove the the PIDs with IPV6 type in them until we suppo…
peternewman Jul 3, 2023
064e2f5
Merge branch 'e1.33' of https://github.com/peternewman/ola into e1.33…
peternewman Jul 3, 2023
1a027ac
Add some more enums
peternewman Jul 8, 2023
d1eb7b8
Update the RDM Inflator to the standardised E1.33
peternewman Jul 8, 2023
669e2e5
Add support inflator for a lot of E1.33 RPT PDUs
peternewman Jul 8, 2023
ec58616
Add tests for the LLRP and RPT headers in the HeaderSet
peternewman Jul 8, 2023
c73d3b3
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Dec 25, 2023
7c44c8b
Add some ConnectStatusCode helpers
peternewman Dec 27, 2023
eb97fb4
Add some E1.33 helpers
peternewman Jan 2, 2024
40ff84c
Update the RDM PDU to the released standard version
peternewman Feb 24, 2024
b3942cf
Add the RPT and RPT Request PDU classes
peternewman Feb 24, 2024
218c4c7
Tidy the whitespace on RPTPDU.h
peternewman Feb 24, 2024
ec6ba37
Remove some unnecessary usings from BrokerNullPDU
peternewman Feb 28, 2024
e00322d
Add the BrokerFetchClientListPDU class
peternewman Feb 28, 2024
16455b1
Add message builders for RDMCommand and BrokerFetchClientList packets
peternewman Feb 28, 2024
77859eb
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Feb 28, 2024
b176ba1
Update the TCP header for ACN to match the released standards
peternewman Mar 3, 2024
356decf
Handle some conversion errors
peternewman Mar 10, 2024
e96154c
Migrate the E1.33 code into a separate lib in libs/acn
peternewman Mar 10, 2024
5961212
Fix a header guard after moving a file
peternewman Mar 10, 2024
e41fd88
Fix the tests after making a new library
peternewman Mar 10, 2024
35e4ed1
Be more consistent with the representation of enums to match the stan…
peternewman Mar 16, 2024
7026e60
Remove redundant duplicate copies of some libraries since they've moved
peternewman Mar 16, 2024
33ea03f
Update the TCP header for ACN to match the released standards in TCPT…
peternewman Mar 16, 2024
0ea80e1
Work towards a new E1.33 plugin
peternewman Mar 16, 2024
1a036f9
Some of the basics of the E1.33 plugin
peternewman Mar 16, 2024
58a6cc2
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 16, 2024
2350e26
Add the BrokerConnectReplyInflator class and tests
peternewman Mar 17, 2024
7feb4c3
Add the BrokerClientEntryRPTPDU class and tests
peternewman Mar 17, 2024
93253cd
Fix a minor typo
peternewman Mar 17, 2024
998475d
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 21, 2024
1054c29
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Mar 27, 2024
773a4ad
Fix a broken merge
peternewman Mar 28, 2024
6ea9f01
Add more logging to a test and remove unnecessary includes
peternewman Mar 28, 2024
d294042
Add some RPT Status handling helpers
peternewman Mar 30, 2024
d1cbab9
Move more stuff to the E1.33 lib and fix the LLRP build
peternewman Mar 30, 2024
d4378b9
Fix a typo
peternewman Mar 30, 2024
e1e94e3
Add more E1.33 Enums
peternewman Mar 30, 2024
d976466
Add some RPT UID functionality and more tests
peternewman Mar 30, 2024
a5ddef0
Add a first version of the RPTStatusInflator.
peternewman Mar 31, 2024
2bfeb55
Fix some comments
peternewman Apr 5, 2024
14d56c9
Fix some null pointer exceptions
peternewman Apr 5, 2024
91e014f
Fix more null pointer exceptions
peternewman Apr 6, 2024
4bdfdbd
RPTPDU test PrependPDU and fix a NPE error in that
peternewman Apr 11, 2024
b1dbef0
RPTRequestPDU fix a NPE error in PrependPDU
peternewman Apr 11, 2024
9e113f0
Handle vendorcast/broadcast when sending RDM commands via E1.33
peternewman Apr 11, 2024
49d4e2c
Add a TODO for future tidying up
peternewman Apr 11, 2024
af117de
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Apr 11, 2024
1c8e4ed
Fix a lint error
peternewman Apr 12, 2024
31c6af0
Add BrokerClientEntryRPT Inflator
peternewman Apr 12, 2024
0dc3e4a
Fix a licence
peternewman Apr 12, 2024
157e7d0
Sort some sources for the lib
peternewman Apr 12, 2024
f302dfc
Add another basic inflator
peternewman Apr 12, 2024
af12b76
Initial BrokerNullInflator test
peternewman Apr 13, 2024
d6ff723
Fix a typo in a header guard
peternewman Apr 13, 2024
5b8e4d7
Fix NPE and add tests for E133StatusHelper functions
peternewman Apr 13, 2024
3a02f31
Fix some lint errors
peternewman Apr 13, 2024
14d84e5
Fix a comment
peternewman Apr 13, 2024
ebe7f20
Expose the default UID via the PluginAdaptor
peternewman Apr 14, 2024
356ae17
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Apr 14, 2024
44ad498
Fix the missed rename
peternewman Apr 14, 2024
3d752e7
Fix some cpplint issues
peternewman Apr 14, 2024
71378c9
Update the E1.33/E1.37-7 PIDs within RDMEnums.h
peternewman Apr 16, 2024
1eec20a
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Apr 21, 2024
05404c7
Fix a presumed broken merge and a lint issue
peternewman Apr 21, 2024
2c2fdc7
Tidy a header file
peternewman Apr 21, 2024
ed8d532
Fix a comment
peternewman Apr 21, 2024
2d5280c
Fix a typo
peternewman Apr 21, 2024
720bb24
Fix a comment typo
peternewman Apr 21, 2024
672ca47
Update to the standardised PID names for E1.37-7
peternewman Apr 21, 2024
3d070a6
Fix the formatting of some PID values in some Python exceptions
peternewman Apr 21, 2024
bc81275
Fix some lint issues
peternewman Apr 21, 2024
54d2743
Ensure we don't get an NPE if the Stack is missing
peternewman Apr 21, 2024
c382d1c
Merge branch 'master' of https://github.com/openlightingproject/ola i…
peternewman Aug 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ tools/e133/e133_monitor
tools/e133/e133_monitor.exe
tools/e133/e133_receiver
tools/e133/e133_receiver.exe
tools/e133/llrp_manager
tools/e133/llrp_manager.exe
tools/e133/llrp_target
tools/e133/llrp_target.exe
tools/e133/slp_locate
tools/e133/slp_locate.exe
tools/e133/slp_register
Expand Down
1 change: 1 addition & 0 deletions common/protocol/Ola.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ enum PluginIds {
OLA_PLUGIN_GPIO = 22;
OLA_PLUGIN_SPIDMX = 23;
OLA_PLUGIN_NANOLEAF = 24;
OLA_PLUGIN_E133 = 25;

/*
* To obtain a new plugin ID, open a ticket at
Expand Down
12 changes: 6 additions & 6 deletions common/rdm/UIDTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ void UIDTest::testRPTUID() {
static_cast<uint32_t>(0x0001ffff));
// TODO(Peter): Handle the more complicated RPT vendorcast tests
OLA_ASSERT_TRUE(rpt_all_controllers.IsBroadcast());
// OLA_ASSERT_FALSE(rpt_all_controllers.IsVendorcast());
OLA_ASSERT_FALSE(rpt_all_controllers.IsVendorcast());
OLA_ASSERT_TRUE(rpt_all_devices.IsBroadcast());
// OLA_ASSERT_FALSE(rpt_all_devices.IsVendorcast());
// OLA_ASSERT_TRUE(rpt_manufacturer_devices.IsBroadcast());
// OLA_ASSERT_TRUE(rpt_manufacturer_devices.IsVendorcast());
// OLA_ASSERT_TRUE(rpt_manufacturer_devices2.IsBroadcast());
// OLA_ASSERT_TRUE(rpt_manufacturer_devices2.IsVendorcast());
OLA_ASSERT_FALSE(rpt_all_devices.IsVendorcast());
OLA_ASSERT_TRUE(rpt_manufacturer_devices.IsBroadcast());
OLA_ASSERT_TRUE(rpt_manufacturer_devices.IsVendorcast());
OLA_ASSERT_TRUE(rpt_manufacturer_devices2.IsBroadcast());
OLA_ASSERT_TRUE(rpt_manufacturer_devices2.IsVendorcast());
}


Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ PLUGIN_SUPPORT(artnet, USE_ARTNET)
PLUGIN_SUPPORT(dmx4linux, USE_DMX4LINUX, [$have_dmx4linux])
PLUGIN_SUPPORT(dummy, USE_DUMMY)
PLUGIN_SUPPORT(e131, USE_E131)
PLUGIN_SUPPORT(e133, USE_E133)
PLUGIN_SUPPORT(espnet, USE_ESPNET)
PLUGIN_SUPPORT(ftdidmx, USE_FTDI, [$have_libftdi])
PLUGIN_SUPPORT(gpio, USE_GPIO)
Expand Down
1 change: 1 addition & 0 deletions libs/acn/BrokerNullInflatorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ using ola::network::HostToNetwork;

class BrokerNullInflatorTest: public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(BrokerNullInflatorTest);
// CPPUNIT_TEST(testDecodeHeader);
CPPUNIT_TEST(testInflatePDU);
CPPUNIT_TEST_SUITE_END();

Expand Down
2 changes: 1 addition & 1 deletion libs/acn/LLRPProbeRequestPDU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace acn {
using ola::io::OutputStream;
using ola::network::HostToNetwork;
using ola::rdm::UID;
using std::vector;

unsigned int LLRPProbeRequestPDU::DataSize() const {
llrp_probe_request_pdu_data data;
Expand Down Expand Up @@ -103,6 +102,7 @@ void LLRPProbeRequestPDU::PrependPDU(ola::io::IOStack *stack,
filter |= FILTER_BROKERS_ONLY;
}
data.filter = HostToNetwork(filter);
// TODO(Peter): We need to check we've got <= 200 UIDs here
known_uids.Pack(data.known_uids, sizeof(data.known_uids));
stack->Write(reinterpret_cast<uint8_t*>(&data),
static_cast<unsigned int>(sizeof(llrp_probe_request_pdu_data) -
Expand Down
75 changes: 39 additions & 36 deletions libs/acn/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,44 +59,18 @@ libs_acn_libolae131core_la_SOURCES = \
libs/acn/E131Sender.cpp \
libs/acn/E131Sender.h \
libs/acn/HeaderSet.h \
libs/acn/LLRPHeader.h \
libs/acn/LLRPInflator.cpp \
libs/acn/LLRPInflator.h \
libs/acn/LLRPProbeReplyInflator.cpp \
libs/acn/LLRPProbeReplyInflator.h \
libs/acn/LLRPProbeReplyPDU.cpp \
libs/acn/LLRPProbeReplyPDU.h \
libs/acn/LLRPProbeRequestInflator.cpp \
libs/acn/LLRPProbeRequestInflator.h \
libs/acn/LLRPProbeRequestPDU.cpp \
libs/acn/LLRPProbeRequestPDU.h \
libs/acn/LLRPPDU.cpp \
libs/acn/LLRPPDU.h \
libs/acn/PDU.cpp \
libs/acn/PDU.h \
libs/acn/PDUTestCommon.h \
libs/acn/PreamblePacker.cpp \
libs/acn/PreamblePacker.h \
libs/acn/RDMInflator.cpp \
libs/acn/RDMInflator.h \
libs/acn/RDMPDU.cpp \
libs/acn/RDMPDU.h \
libs/acn/RootHeader.h \
libs/acn/RootInflator.cpp \
libs/acn/RootInflator.h \
libs/acn/RootPDU.cpp \
libs/acn/RootPDU.h \
libs/acn/RootSender.cpp \
libs/acn/RootSender.h \
libs/acn/RPTHeader.h \
libs/acn/RPTInflator.cpp \
libs/acn/RPTInflator.h \
libs/acn/RPTNotificationInflator.h \
libs/acn/RPTPDU.cpp \
libs/acn/RPTPDU.h \
libs/acn/RPTRequestInflator.h \
libs/acn/RPTRequestPDU.cpp \
libs/acn/RPTRequestPDU.h \
libs/acn/TCPTransport.cpp \
libs/acn/TCPTransport.h \
libs/acn/Transport.h \
Expand All @@ -113,32 +87,31 @@ libs_acn_libolae131core_la_LIBADD = $(uuid_LIBS) \
# libolae133core.la
# This needs to be after libolaacn.la and libolae131core.la since it depends on
# them. Otherwise it breaks the freeBSD build
# TODO(Peter): Re-add these classes
# libs/acn/BrokerConnectedClientListInflator.cpp
# libs/acn/BrokerConnectedClientListInflator.h
# libs/acn/BrokerHeader.h
# libs/acn/BrokerManager.cpp
# libs/acn/BrokerManagerImpl.cpp
# libs/acn/BrokerManagerImpl.h
libs_acn_libolae133core_la_SOURCES = \
libs/acn/BrokerClientAddInflator.h \
libs/acn/BrokerClientEntryChangeInflator.h \
libs/acn/BrokerClientEntryHeader.h \
libs/acn/BrokerClientEntryPDU.cpp \
libs/acn/BrokerClientEntryPDU.h \
libs/acn/BrokerClientEntryRPTPDU.cpp \
libs/acn/BrokerClientEntryRPTPDU.h \
libs/acn/BrokerClientEntryRPTInflator.cpp \
libs/acn/BrokerClientEntryRPTInflator.h \
libs/acn/BrokerClientEntryRPTPDU.cpp \
libs/acn/BrokerClientEntryRPTPDU.h \
libs/acn/BrokerClientEntryUpdateInflator.h \
libs/acn/BrokerClientRemoveInflator.h \
libs/acn/BrokerConnectedClientListInflator.cpp \
libs/acn/BrokerConnectedClientListInflator.h \
libs/acn/BrokerConnectPDU.cpp \
libs/acn/BrokerConnectPDU.h \
libs/acn/BrokerConnectReplyInflator.cpp \
libs/acn/BrokerConnectReplyInflator.h \
libs/acn/BrokerFetchClientListPDU.cpp \
libs/acn/BrokerFetchClientListPDU.h \
libs/acn/BrokerHeader.h \
libs/acn/BrokerInflator.h \
libs/acn/BrokerManager.cpp \
libs/acn/BrokerManagerImpl.cpp \
libs/acn/BrokerManagerImpl.h \
libs/acn/BrokerNullInflator.h \
libs/acn/BrokerNullPDU.cpp \
libs/acn/BrokerNullPDU.h \
Expand All @@ -157,7 +130,35 @@ libs_acn_libolae133core_la_SOURCES = \
libs/acn/E133StatusInflator.h \
libs/acn/E133StatusPDU.cpp \
libs/acn/E133StatusPDU.h \
libs/acn/MessageBuilder.cpp
libs/acn/LLRPHeader.h \
libs/acn/LLRPInflator.cpp \
libs/acn/LLRPInflator.h \
libs/acn/LLRPProbeReplyInflator.cpp \
libs/acn/LLRPProbeReplyInflator.h \
libs/acn/LLRPProbeReplyPDU.cpp \
libs/acn/LLRPProbeReplyPDU.h \
libs/acn/LLRPProbeRequestInflator.cpp \
libs/acn/LLRPProbeRequestInflator.h \
libs/acn/LLRPProbeRequestPDU.cpp \
libs/acn/LLRPProbeRequestPDU.h \
libs/acn/LLRPPDU.cpp \
libs/acn/LLRPPDU.h \
libs/acn/MessageBuilder.cpp \
libs/acn/RDMInflator.cpp \
libs/acn/RDMInflator.h \
libs/acn/RDMPDU.cpp \
libs/acn/RDMPDU.h \
libs/acn/RPTHeader.h \
libs/acn/RPTInflator.cpp \
libs/acn/RPTInflator.h \
libs/acn/RPTNotificationInflator.h \
libs/acn/RPTPDU.cpp \
libs/acn/RPTPDU.h \
libs/acn/RPTRequestInflator.h \
libs/acn/RPTRequestPDU.cpp \
libs/acn/RPTRequestPDU.h \
libs/acn/RPTStatusInflator.cpp \
libs/acn/RPTStatusInflator.h

libs_acn_libolae133core_la_CXXFLAGS = \
$(COMMON_E133_CXXFLAGS) $(uuid_CFLAGS)
Expand Down Expand Up @@ -208,6 +209,7 @@ libs_acn_E131Tester_LDADD = \
libs/acn/libolae131core.la \
$(COMMON_TESTING_LIBS)

# libs/acn/BrokerClientEntryRPTInflatorTest.cpp
# libs/acn/BrokerInflatorTest.cpp
libs_acn_E133Tester_SOURCES = \
libs/acn/BrokerClientEntryPDUTest.cpp \
Expand Down Expand Up @@ -238,6 +240,7 @@ libs_acn_LLRPTester_SOURCES = \
libs_acn_LLRPTester_CPPFLAGS = $(COMMON_TESTING_FLAGS)
libs_acn_LLRPTester_LDADD = \
libs/acn/libolae131core.la \
libs/acn/libolae133core.la \
$(COMMON_TESTING_LIBS)

libs_acn_TransportTester_SOURCES = \
Expand Down
4 changes: 2 additions & 2 deletions libs/acn/RDMInflator.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class RDMInflator: public BaseInflator {
const std::string& // rdm data
> GenericRDMMessageHandler;

// TODO(Peter): Set a better default vector for RDM use (possibly the RPT
// one)
// TODO(Peter): Set a better default vector for RDM use (possibly the RPT
// one)
explicit RDMInflator(unsigned int vector = ola::acn::VECTOR_FRAMING_RDMNET);
~RDMInflator() {}

Expand Down
8 changes: 8 additions & 0 deletions olad/DynamicPluginLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#include "plugins/e131/E131Plugin.h"
#endif // USE_E131

#ifdef USE_E133
#include "plugins/e133/E133Plugin.h"
#endif // USE_E133

#ifdef USE_ESPNET
#include "plugins/espnet/EspNetPlugin.h"
#endif // USE_ESPNET
Expand Down Expand Up @@ -159,6 +163,10 @@ void DynamicPluginLoader::PopulatePlugins() {
m_plugins.push_back(new ola::plugin::e131::E131Plugin(m_plugin_adaptor));
#endif // USE_E131

#ifdef USE_E133
m_plugins.push_back(new ola::plugin::e133::E133Plugin(m_plugin_adaptor));
#endif // USE_E133

#ifdef USE_ESPNET
m_plugins.push_back(new ola::plugin::espnet::EspNetPlugin(m_plugin_adaptor));
#endif // USE_ESPNET
Expand Down
1 change: 1 addition & 0 deletions plugins/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if !USING_WIN32
include plugins/usbpro/Makefile.mk
include plugins/dmx4linux/Makefile.mk
include plugins/e131/Makefile.mk
include plugins/e133/Makefile.mk
include plugins/uartdmx/Makefile.mk
endif

Expand Down
Loading
Loading