This class sets up a hash table for MDR radar information.
More...
#include "../include/RcmHash.h"
|
| | RcmHash () |
|
int | init () |
| int | get (const char *id, RcmData &data) |
| int | put (const char *id, RcmData &data) |
|
int | first () |
| int | next (RcmData &data) |
|
int | clearTopsLoc (const char *id) |
|
int | clearTVSLoc (const char *id, int ind) |
|
int | clearMesoLoc (const char *id, int ind) |
|
int | clearStormLoc (const char *id, int ind) |
|
int | print () |
This class sets up a hash table for MDR radar information.
- Author
- Dan Vietor
◆ RcmHash()
Constructor. Sets up hash table.
◆ get()
| int RcmHash::get |
( |
const char * | id, |
|
|
RcmData & | data ) |
Gets the city data from hash
- Parameters
-
- Returns
- RcmData class containing output data
◆ next()
| int RcmHash::next |
( |
RcmData & | data | ) |
|
Gets the data from hash
- Parameters
-
- Returns
- RcmData class containing output data
◆ put()
| int RcmHash::put |
( |
const char * | id, |
|
|
RcmData & | data ) |
Puts the city data from hash
- Parameters
-
- Returns
- RcmData class containing output data
The documentation for this class was generated from the following files: