| WXP C++ Library Version 6.74.9
    | 
This class sets up a hash table for MDR radar information. More...
#include "../include/RcmHash.h"
| Public Member Functions | |
| 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.
| RcmHash::RcmHash | ( | ) | 
Constructor. Sets up hash table.
| int RcmHash::get | ( | const char * | id, | 
| RcmData & | data | ||
| ) | 
Gets the city data from hash
| id | ID to search hash | 
References WXP::Hash::search().
Referenced by WXP::RcmDecode::decode().
| int RcmHash::next | ( | RcmData & | data | ) | 
Gets the data from hash
| id | ID to search hash | 
References WXP::Hash::next().
Referenced by WXP::RcmDecode::decode(), and WXP::RcmDecode::filterOverlap().
| int RcmHash::put | ( | const char * | id, | 
| RcmData & | data | ||
| ) | 
Puts the city data from hash
| id | ID to search hash\ | 
References WXP::Hash::enter().
Referenced by WXP::RcmDecode::decode(), and WXP::RcmDecode::setup().