From a01aa907404e6c93ae4c8fb33539034b6390ef1e Mon Sep 17 00:00:00 2001 From: Jonathan Schwartz Date: Mon, 1 Apr 2024 12:28:46 +0000 Subject: [PATCH] Communication: Move NetID::Device to Type::CAN NetID::Device is used as a "virtual" CAN network by the device. All messages on this network are packed identically to CAN messages --- include/icsneo/communication/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/icsneo/communication/network.h b/include/icsneo/communication/network.h index 2bc4596..9cc68e4 100644 --- a/include/icsneo/communication/network.h +++ b/include/icsneo/communication/network.h @@ -497,6 +497,7 @@ public: case NetID::DWCAN14: case NetID::DWCAN15: case NetID::DWCAN16: + case NetID::Device: return Type::CAN; case NetID::LIN: case NetID::LIN2: @@ -520,7 +521,6 @@ public: return Type::MOST; case NetID::RED: case NetID::RED_OLDFORMAT: - case NetID::Device: case NetID::Reset_Status: case NetID::DeviceStatus: case NetID::FlexRayControl: