WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
WXP::RcmHash Class Reference

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 ()

Detailed Description

This class sets up a hash table for MDR radar information.

Author
Dan Vietor

Constructor & Destructor Documentation

◆ RcmHash()

RcmHash::RcmHash ( )

Constructor. Sets up hash table.

Member Function Documentation

◆ get()

int RcmHash::get ( const char * id,
RcmData & data )

Gets the city data from hash

Parameters
idID to search hash
Returns
RcmData class containing output data

◆ next()

int RcmHash::next ( RcmData & data)

Gets the data from hash

Parameters
idID to search hash
Returns
RcmData class containing output data

◆ put()

int RcmHash::put ( const char * id,
RcmData & data )

Puts the city data from hash

Parameters
idID to search hash\
Returns
RcmData class containing output data

The documentation for this class was generated from the following files: