You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building Fast-DDS with STRICT_REALTIME=TRUE, the user expects to have real-time deterministic behavior for the target OS and an error or fallback to default if not supported.
Current Behavior
For Unix non-Linux systems such as QNX, STRICT_REALTIME can be set to true, however due to some wrong macros, the strict real-time behavior won't be silently active at compile time.
Steps to Reproduce
Build Fast-DDS with STRICT_REALTIME=TRUE for a Unix non-Linux system such as QNX.
Expected Behavior
When building Fast-DDS with
STRICT_REALTIME=TRUE
, the user expects to have real-time deterministic behavior for the target OS and an error or fallback to default if not supported.Current Behavior
For Unix non-Linux systems such as QNX,
STRICT_REALTIME
can be set to true, however due to some wrong macros, the strict real-time behavior won't be silently active at compile time.Steps to Reproduce
Build Fast-DDS with
STRICT_REALTIME=TRUE
for a Unix non-Linux system such as QNX.System information
The text was updated successfully, but these errors were encountered: