Skip to content

Commit

Permalink
rcldotnet_qos_profile: fix naming for DLL usage
Browse files Browse the repository at this point in the history
  • Loading branch information
renemoll authored and hoffmann-stefan committed Jul 23, 2024
1 parent 90b7ec7 commit b3dba61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rcldotnet/rcldotnet_qos_profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
// The below profile getters are intentionally provided as const pointers to avoid construction of copies.

RCLDOTNET_EXPORT
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_default();
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_default();

RCLDOTNET_EXPORT
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_parameter_events();
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_parameter_events();

RCLDOTNET_EXPORT
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_parameters();
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_parameters();

RCLDOTNET_EXPORT
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_sensor_data();
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_sensor_data();

RCLDOTNET_EXPORT
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_services_default();
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_services_default();

RCLDOTNET_EXPORT
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_system_default();
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_system_default();

RCLDOTNET_EXPORT
int32_t RCLDOTNET_CDECL native_rcl_qos_profile_read_history(void *qos_profile_handle);
Expand Down

0 comments on commit b3dba61

Please sign in to comment.