Home| superdarn |src.lib|tk|radar| RadarFree Index

RadarFree

Syntax
void RadarFree(struct RadarNetwork *ptr);
Header
superdarn/radar.h
Library
radar
Description

The RadarFree function frees the memory allocated to store information about the radar network.

The argument ptr is a pointer to a structure containing the information for all the radars.

Returns
None
Errors
None
Example
None