Skip to content

Commit

Permalink
Removing unused QOS profile delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
alectutin-qut authored and hoffmann-stefan committed Jul 23, 2024
1 parent 4182a4e commit 90b7ec7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rcldotnet/RCLdotnet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,6 @@ internal delegate RCLRet NativeRCLWriteToQosProfileHandleType(
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
internal delegate IntPtr NativeRCLGetStringType(SafeHandle handle);

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
internal delegate IntPtr NativeRCLGetQosProfileType();
internal static NativeRCLGetQosProfileType native_rcl_qos_get_profile_default = null;
internal static NativeRCLGetQosProfileType native_rcl_qos_get_profile_parameter_events = null;
internal static NativeRCLGetQosProfileType native_rcl_qos_get_profile_parameters = null;
internal static NativeRCLGetQosProfileType native_rcl_qos_get_profile_sensor_data = null;
internal static NativeRCLGetQosProfileType native_rcl_qos_get_profile_services_default = null;
internal static NativeRCLGetQosProfileType native_rcl_qos_get_profile_system_default = null;

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
internal delegate RCLRet NativeRCLCreateClockHandleType(ref SafeClockHandle clockHandle, int clockType);

Expand Down

0 comments on commit 90b7ec7

Please sign in to comment.