|
WXP C++ Library Version 6.74.9
|
This class sets up a hash table for MDR radar information. More...
#include "../include/MdrHash.h"
Public Member Functions | |
| MdrHash () | |
| ~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.
References init().
| MdrHash::~MdrHash | ( | ) |
Destructor
| int MdrHash::first | ( | ) |
Goes to first site in the hash
References WXP::Hash::first().
| int MdrHash::get | ( | const char * | id, |
| MdrData & | data | ||
| ) |
Gets the MDR data from hash
| id | ID to search hash |
References WXP::Hash::search().
| int MdrHash::init | ( | ) |
| int MdrHash::next | ( | MdrData & | data | ) |
Gets the next site from the hash
| data | MdrData class containing output data |
References WXP::Hash::next().
| int MdrHash::print | ( | ) |
Prints the contents of the hash
References WXP::Hash::first(), WXP::Hash::next(), and WXP::MdrData::print().
| int MdrHash::put | ( | const char * | id, |
| MdrData & | data | ||
| ) |
Puts the MDR data into hash
| id | ID to search hash\ |
References WXP::Hash::enter().