From adb972b1f701923b3df1af8d5cfbb667f4481495 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Wed, 7 Apr 2021 00:35:08 -0400 Subject: [PATCH] Network: Fix defines for C API --- include/icsneo/communication/network.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/icsneo/communication/network.h b/include/icsneo/communication/network.h index 4295676..a46b2c8 100644 --- a/include/icsneo/communication/network.h +++ b/include/icsneo/communication/network.h @@ -884,6 +884,7 @@ private: #define ICSNEO_NETID_FLEXRAY 85 #define ICSNEO_NETID_FLEXRAY2 86 #define ICSNEO_NETID_OP_ETHERNET12 87 +#define ICSNEO_NETID_I2C 88 #define ICSNEO_NETID_MOST25 90 #define ICSNEO_NETID_MOST50 91 #define ICSNEO_NETID_MOST150 92 @@ -894,8 +895,11 @@ private: #define ICSNEO_NETID_HSCAN7 97 #define ICSNEO_NETID_LIN6 98 #define ICSNEO_NETID_LSFTCAN2 99 +#define ICSNEO_NETID_FLEXRAY_CONTROL 243 #define ICSNEO_NETID_HW_COM_LATENCY_TEST 512 #define ICSNEO_NETID_DEVICE_STATUS 513 +#define ICSNEO_NETID_UDP 514 +#define ICSNEO_NETID_FORWARDED_MESSAGE 516 #define ICSNEO_NETID_I2C2 517 #define ICSNEO_NETID_I2C3 518 #define ICSNEO_NETID_I2C4 519 @@ -913,6 +917,7 @@ private: #define ICSNEO_NETWORK_TYPE_LSFTCAN 7 #define ICSNEO_NETWORK_TYPE_SWCAN 8 #define ICSNEO_NETWORK_TYPE_ISO9141 9 +#define ICSNEO_NETWORK_TYPE_I2C 10 #define ICSNEO_NETWORK_TYPE_ANY 0xFE // Never actually set as type, but used as flag for filtering #define ICSNEO_NETWORK_TYPE_OTHER 0xFF #endif