RSL_free_radar


Synopsis

#include "rsl.h"
void RSL_free_radar(Radar *r);


Description

Frees the space allocated to the Radar structure radar. It frees all substructures, Volume, Sweep, Ray, Range, by calling RSL_free_volume, RSL_free_sweep, RSL_free_ray respectively.

Return value

None.

See also


RSL_free_volume, RSL_free_sweep, RSL_free_ray

Author: John H. Merritt