mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
bacnetmstp: add new bacnetutil class to bacnetmstp UPM library
There is some functionality that will always be needed for BACnet drivers. Here we create a new bacnetutil class, built as part of the bacnetmstp library that can handle much of the data handling and setup a BACnet driver will need. The idea is that any BACnet functionality needed, that is not device-specific, should be added to this class for all drivers to use. The intent is that all BACnet drivers will inherit from this class. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
set (libname "bacnetmstp")
|
||||
set (libdescription "upm driver module for BACnet MS/TP devices")
|
||||
set (module_src ${libname}.cxx device-client.c)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
set (module_src ${libname}.cxx device-client.c bacnetutil.cxx)
|
||||
set (module_hpp ${libname}.hpp bacnetutil.hpp)
|
||||
|
||||
pkg_check_modules(BACNET libbacnet)
|
||||
if (BACNET_FOUND)
|
||||
|
Reference in New Issue
Block a user