summaryrefslogtreecommitdiff
path: root/implementation/configuration/include/internal.hpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/configuration/include/internal.hpp.in')
-rw-r--r--implementation/configuration/include/internal.hpp.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/implementation/configuration/include/internal.hpp.in b/implementation/configuration/include/internal.hpp.in
index 6135205..1cb9895 100644
--- a/implementation/configuration/include/internal.hpp.in
+++ b/implementation/configuration/include/internal.hpp.in
@@ -72,7 +72,7 @@
#define VSOMEIP_COMMAND_TYPE_POS 0
#define VSOMEIP_COMMAND_CLIENT_POS 1
#define VSOMEIP_COMMAND_SIZE_POS_MIN 3
-#define VSOMEIP_COMMAND_SIZE_POS_MAX 5
+#define VSOMEIP_COMMAND_SIZE_POS_MAX 6
#define VSOMEIP_COMMAND_PAYLOAD_POS 7
#define VSOMEIP_REGISTER_APPLICATION 0x00
@@ -105,6 +105,16 @@
#define VSOMEIP_OFFERED_SERVICES_RESPONSE 0x20
#define VSOMEIP_UNSUBSCRIBE_ACK 0x21
+#define VSOMEIP_SEND_COMMAND_SIZE 14
+#define VSOMEIP_SEND_COMMAND_INSTANCE_POS_MIN 7
+#define VSOMEIP_SEND_COMMAND_INSTANCE_POS_MAX 8
+#define VSOMEIP_SEND_COMMAND_FLUSH_POS 9
+#define VSOMEIP_SEND_COMMAND_RELIABLE_POS 10
+#define VSOMEIP_SEND_COMMAND_VALID_CRC_POS 11
+#define VSOMEIP_SEND_COMMAND_DST_CLIENT_POS_MIN 12
+#define VSOMEIP_SEND_COMMAND_DST_CLIENT_POS_MAX 13
+#define VSOMEIP_SEND_COMMAND_PAYLOAD_POS 14
+
#define VSOMEIP_OFFER_SERVICE_COMMAND_SIZE 16
#define VSOMEIP_REQUEST_SERVICE_COMMAND_SIZE 17
#define VSOMEIP_RELEASE_SERVICE_COMMAND_SIZE 11