Functions for Freeing Allocated Structs
Function List
- WinProp_Structure_Free_Scenario
- This function releases dynamically allocated data of a WinProp_Scenario struct.
- WinProp_Structure_Free_Antenna
- This function releases dynamically allocated data of a WinProp_Antenna struct.
- WinProp_Structure_Free_Additional
- This function releases dynamically allocated data of a WinProp_Additional struct.
- WinProp_Structure_Free_Model_DPM
- This function releases dynamically allocated data of a Model_DPM struct.
- WinProp_Structure_Free_Model_VRT
- This function releases dynamically allocated data of a Model_VRT struct.
- WinProp_Structure_Free_Area
- This function releases dynamically allocated data of a WinProp_Area struct.
- WinProp_Structure_Free_AreaPlane
- This function releases dynamically allocated data of a WinProp_AreaPlane struct.
- WinProp_Structure_Free_Pattern
- This function releases dynamically allocated data of a WinProp_Pattern struct.
- WinProp_Structure_Free_Calib
- This function releases dynamically allocated data of a WinProp_Calib_DPM struct.
- WinProp_Structure_Free_Coverage_Para
- This function releases dynamically allocated data of a WinProp_Coverage_Para struct.
- WinProp_Structure_Free_Result
- This function releases dynamically allocated data of a WinProp_Result struct.
- WinProp_Structure_Free_ResultPlane
- This function releases dynamically allocated data of a WinProp_ResultPlane struct.
- WinProp_Structure_Free_ResultPlaneList
- This function releases dynamically allocated data of a WinProp_ResultPlaneList struct.
- WinProp_Structure_Free_Receiver
- This function releases dynamically allocated data of a WinProp_Receiver struct.
- WinProp_Structure_Free_ResultPointsList
- This function releases dynamically allocated data of a WinProp_ResultPointsList struct.
- WinProp_Structure_Free_ResultPoint
- This function releases dynamically allocated data of a WinProp_ResultPoint struct.
- WinProp_Pattern_Free
- This function releases dynamically allocated data of a WinProp_Pattern struct.
- WinProp_Structure_Free_ParameterHybrid
- This function releases dynamically allocated data of a WinProp_ParaHybrid struct.
- WinProp_Structure_Free_ParameterMain
- This function releases dynamically allocated data of a WinProp_ParaMain struct.
- WinProp_Structure_Free_ParameterRural
- This function releases dynamically allocated data of a WinProp_ParaRural struct.
- WinProp_Structure_Free_Measurement
- This function releases dynamically allocated data of a WinProp_Measurement struct.
- WinProp_Structure_Free_MeasurementPoint
- This function releases dynamically allocated data of a WinProp_MeasurementPoint struct.
- WinProp_Structure_Free_Model_UrbanIRT
- This function releases dynamically allocated data of a Model_UrbanIRT struct.
- WinProp_Structure_Free_Model_RayTracing
- This function releases dynamically allocated data of a Model_RAYTRACING struct.
- WinProp_Structure_Free_PreProUrban
- This function releases dynamically allocated data of a WinProp_PreProUrban struct.
- WinProp_Structure_Free_ResultMonteCarlo
- This function releases dynamically allocated data of a WinProp_ResultMonteCarlo struct.
- WinProp_Structure_Free_Trajectory
- This function releases dynamically allocated data of a WinProp_Trajectory struct.
- WinProp_Structure_Free_ResultTrajectory
- This function releases dynamically allocated data of a WinProp_ResultTrajectory struct.
- WinProp_Structure_Free_ResultTrajectoryList
- This function releases dynamically allocated data of a WinProp_ResultTrajectoryList struct.
- WinProp_Structure_Free_Additional_Freq_Loss
- This function releases dynamically allocated data of a WinProp_Additional_Freq_Loss struct.
- WinProp_Structure_Free_Polygon
- This function releases dynamically allocated data of a WinProp_Polygon struct.
- WinProp_Structure_Free_Polygons
- This function releases multiple dynamically allocated WinProp_Polygon structs.
- WinProp_Structure_Free_Dynamic_Sets
- This function frees memory allocated to WinProp_Dynamic_Sets.
- WinProp_Group_Dynamics_Free
- This function frees memory allocated to WinProp_Group_Dynamics.
- WinProp_FreeResult
- This function releases dynamically allocated data of WinProp_Result structure.
- WinProp_FreeRayMatrix
- This function releases dynamically allocated data of WinProp_RayMatrix
- WinProp_FreeRayMatrixElement
- This function releases dynamically allocated data of WinProp_RayMatrixElement
- WinProp_Structure_Free_RayMatrixList
- This function releases dynamically allocated data of a WinProp_RayMatrixList struct.
Function Details
- int WinProp_Structure_Free_Scenario(WinProp_Scenario * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Scenario struct.Parameters
- WinProp_Scenario * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Antenna(WinProp_Antenna * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Antenna struct.Parameters
- WinProp_Antenna * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Additional(WinProp_Additional * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Additional struct.Parameters
- WinProp_Additional * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Model_DPM(Model_DPM * ToFree)
Description
This function releases dynamically allocated data of a Model_DPM struct.Parameters
- Model_DPM * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Model_VRT(Model_VRT * ToFree)
Description
This function releases dynamically allocated data of a Model_VRT struct.Parameters
- Model_VRT * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Area(WinProp_Area * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Area struct.Parameters
- WinProp_Area * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_AreaPlane(WinProp_AreaPlane * ToFree)
Description
This function releases dynamically allocated data of a WinProp_AreaPlane struct.Parameters
- WinProp_AreaPlane * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Pattern(WinProp_Pattern * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Pattern struct.Parameters
- WinProp_Pattern * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Calib(WinProp_Calib_DPM * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Calib_DPM struct.Parameters
- WinProp_Calib_DPM * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Coverage_Para(WinProp_Coverage_Para * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Coverage_Para struct.Parameters
- WinProp_Coverage_Para * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Result(WinProp_Result * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Result struct.Parameters
- WinProp_Result * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultPlane(WinProp_ResultPlane * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultPlane struct.Parameters
- WinProp_ResultPlane * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultPlaneList(WinProp_ResultPlaneList * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultPlaneList struct.Parameters
- WinProp_ResultPlaneList * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Receiver(WinProp_Receiver * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Receiver struct.Parameters
- WinProp_Receiver * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultPointsList(WinProp_ResultPointsList * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultPointsList struct.Parameters
- WinProp_ResultPointsList * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultPoint(WinProp_ResultPoint * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultPoint struct.Parameters
- WinProp_ResultPoint * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Pattern_Free(WinProp_Pattern * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Pattern struct.Parameters
- WinProp_Pattern * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ParameterHybrid(WinProp_ParaHybrid * Para)
Description
This function releases dynamically allocated data of a WinProp_ParaHybrid struct.Parameters
- WinProp_ParaHybrid * Para
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ParameterMain(WinProp_ParaMain * ParameterUrban)
Description
This function releases dynamically allocated data of a WinProp_ParaMain struct.Parameters
- WinProp_ParaMain * ParameterUrban
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ParameterRural(WinProp_ParaRural * Para)
Description
This function releases dynamically allocated data of a WinProp_ParaRural struct.Parameters
- WinProp_ParaRural * Para
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Measurement(WinProp_Measurement * Para)
Description
This function releases dynamically allocated data of a WinProp_Measurement struct.Parameters
- WinProp_Measurement * Para
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_MeasurementPoint(WinProp_MeasurementPoint * Point)
Description
This function releases dynamically allocated data of a WinProp_MeasurementPoint struct.Parameters
- WinProp_MeasurementPoint * Point
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Model_UrbanIRT(Model_UrbanIRT * ParaIRT)
Description
This function releases dynamically allocated data of a Model_UrbanIRT struct.Parameters
- Model_UrbanIRT * ParaIRT
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Model_RayTracing(Model_RAYTRACING * ToFree)
Description
This function releases dynamically allocated data of a Model_RAYTRACING struct.Parameters
- Model_RAYTRACING * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_PreProUrban(WinProp_PreProUrban * ToFree)
Description
This function releases dynamically allocated data of a WinProp_PreProUrban struct.Parameters
- WinProp_PreProUrban * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultMonteCarlo(WinProp_ResultMonteCarlo * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultMonteCarlo struct.Parameters
- WinProp_ResultMonteCarlo * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Trajectory(WinProp_Trajectory * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Trajectory struct.Parameters
- WinProp_Trajectory * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultTrajectory(WinProp_ResultTrajectory * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultTrajectory struct.Parameters
- WinProp_ResultTrajectory * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_ResultTrajectoryList(WinProp_ResultTrajectoryList * ToFree)
Description
This function releases dynamically allocated data of a WinProp_ResultTrajectoryList struct.Parameters
- WinProp_ResultTrajectoryList * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Additional_Freq_Loss(WinProp_Additional_Freq_Loss * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Additional_Freq_Loss struct.Parameters
- WinProp_Additional_Freq_Loss * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Polygon(WinProp_Polygon * ToFree)
Description
This function releases dynamically allocated data of a WinProp_Polygon struct.Parameters
- WinProp_Polygon * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_Polygons(WinProp_Polygon ** ToFree, int NrPolygons)
Description
This function releases multiple dynamically allocated WinProp_Polygon structs.Parameters
- WinProp_Polygon ** ToFree
- struct to be freed.
- int NrPolygons
- Number of polygons.
Returns An int.
- int WinProp_Structure_Free_Dynamic_Sets(WinProp_Dynamic_Sets * ToFree)
Description
This function frees memory allocated to WinProp_Dynamic_Sets.Parameters
- WinProp_Dynamic_Sets * ToFree
- struct to free.
Returns An integer: 0.
- int WinProp_Group_Dynamics_Free(WinProp_Group_Dynamics * ToFree)
Description
This function frees memory allocated to WinProp_Group_Dynamics.Parameters
- WinProp_Group_Dynamics * ToFree
- struct to free.
Returns An integer: 0.
- int WinProp_FreeResult(WinProp_Result * ToFree)
Description
This function releases dynamically allocated data of WinProp_Result structure.Parameters
- WinProp_Result * ToFree
- struct to be freed.
Returns An int.
- int WinProp_FreeRayMatrix(WinProp_RayMatrix * ToFree)
Description
This function releases dynamically allocated data of WinProp_RayMatrixParameters
- WinProp_RayMatrix * ToFree
- struct x to be freed.
Returns An int.
- int WinProp_FreeRayMatrixElement(WinProp_RayMatrixElement * ToFree)
Description
This function releases dynamically allocated data of WinProp_RayMatrixElementParameters
- WinProp_RayMatrixElement * ToFree
- struct to be freed.
Returns An int.
- int WinProp_Structure_Free_RayMatrixList(WinProp_RayMatrixList * ToFree)
Description
This function releases dynamically allocated data of a WinProp_RayMatrixList struct.Parameters
- WinProp_RayMatrixList * ToFree
- struct to be freed.
Returns An int.
- source/Interface/Free.h