with RTIDDS.Low_Level.ndds_pres_pres_participant_h;
with RTIDDS.Low_Level.ndds_mig_mig_rtps_h;
with RTIDDS.Low_Level.ndds_osapi_osapi_rtpsGuid_h;
package RTIDDS.c_macros is
use RTIDDS.Low_Level.ndds_pres_pres_participant_h;
procedure MIGRtpsKeyHash_fromGuid (keyHash : access RTIDDS.Low_Level.ndds_mig_mig_rtps_h.MIGRtpsKeyHash;
guid : access constant RTIDDS.Low_Level.ndds_osapi_osapi_rtpsGuid_h.RTIOsapiRtpsGuid)
with Export => True,
Convention => C,
External_Name => "MIGRtpsKeyHash_fromGuid";
procedure PRESInstanceHandle_fromGuid (me : access PRESInstanceHandle;
guid : access constant RTIDDS.Low_Level.ndds_osapi_osapi_rtpsGuid_h.RTIOsapiRtpsGuid)
with Export => True,
Convention => C,
External_Name => "PRESInstanceHandle_fromGuid";
end RTIDDS.c_macros;