This class sets up a hash table for MDR radar information. More...
#include "../include/MdrHash.h"
Public Member Functions | |
| MdrHash () | |
| int | init () |
| int | get (const char *id, MdrData &data) |
| int | put (const char *id, MdrData &data) |
| int | first () |
| int | next (MdrData &data) |
| int | print () |
This class sets up a hash table for MDR radar information.
| MdrHash::MdrHash | ( | ) |
Constructor. Sets up hash table.
| int MdrHash::get | ( | const char * | id, | |
| MdrData & | data | |||
| ) |
Gets the city data from hash
| id | ID to search hash |
References WXP::Hash::search().
| int MdrHash::next | ( | MdrData & | data | ) |
Gets the city data from hash
| id | ID to search hash |
References WXP::Hash::next().
| int MdrHash::put | ( | const char * | id, | |
| MdrData & | data | |||
| ) |
Puts the city data from hash
| id | ID to search hash\ |
References WXP::Hash::enter().
1.6.1