vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

An implementation of Scalable service-Oriented MiddlewarE over IP

Results 303 vsomeip issues
Sort by recently updated
recently updated
newest added

Initially, support for tracing to DLT was added. Later, support for forwarding trace messages to logs on Android was added. This commit adds support for forwarding trace messages to logs...

### vSomeip Version v.3.4.10 ### Boost Version 1.78.0 ### Environment Target: Test bench with automated test running OS: Embedded Linux ### Describe the bug During the testing activities we observed...

bug

The definitions for Android log macros LOG were all guarded by LOGE, likely due to a copy-paste oversight when the macros were introduced in vsomeip 3.3.0.

Tracing configuration supports using the value 'header-only' for filter type. When using 'header-only', only the SOME/IP header will be included in the trace message, not the payload. This commit fixes...

This change is an improvement to the message class of the internal logger. Instead of checking if logging is active in the destructor this is now done in the constructor....

In this change a configurable initial debounce interval for SD find as well as a configurable number of initial debounces are introduced. This implies that services requested in the initial...

In this change a configurable initial debounce interval for SD find as well as a configurable number of initial debounces are introduced. This implies that services requested in the initial...

### vSomeip Version #https://github.com/COVESA/vsomeip/commit/6c0e9db200fbcfd37879c4b2ff0c8523a29d8eb5 ### Boost Version 1.74 ### Environment GCC version 12.2.0 (debian 12.2.0-14) ### Describe the bug When i am trying to compile the vsomeip library in gcc...

bug

Tightly coupled complex data type memory is corrupted in windows. Functions created to for lightly coupled standard data types solved memory corruption. Suggestion is at API level to use none...

# Overview Implement logging to slog2 when run on QNX. ## Description Implemented an slog2 logging capability into the logger which is enabled by default on QNX systems. The implementation...