Bindings: Python: Add LINMessage

This commit is contained in:
Kyle Schwarz
2024-12-03 23:41:51 -05:00
parent 3da31a29b4
commit 3b95b41be4
3 changed files with 62 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ pybind11_add_module(icsneopy
icsneopy/communication/message/message.cpp
icsneopy/communication/message/canmessage.cpp
icsneopy/communication/message/ethernetmessage.cpp
icsneopy/communication/message/linmessage.cpp
icsneopy/communication/message/tc10statusmessage.cpp
icsneopy/communication/message/mdiomessage.cpp
icsneopy/communication/message/callback/messagecallback.cpp