Public Member Functions | Public Attributes | List of all members
gnsstk::MetReader Class Reference

Detailed Description

Class for reading weather (meteorological) data from a RINEX MET file and storing it internally for look-up.

Definition at line 51 of file MetReader.hpp.

#include <MetReader.hpp>

Public Member Functions

 MetReader ()
 Initialize internal data structures. More...
 
 MetReader (const std::string &fn)
 
bool read (const std::string &fn)
 

Public Attributes

unsigned verboseLevel
 
gnsstk::WxObsData wx
 The storage for all weather data read. More...
 

Constructor & Destructor Documentation

◆ MetReader() [1/2]

gnsstk::MetReader::MetReader ( )

Initialize internal data structures.

Definition at line 53 of file MetReader.cpp.

◆ MetReader() [2/2]

gnsstk::MetReader::MetReader ( const std::string &  fn)

Initialize and load a RINEX MET file.

Parameters
[in]fnThe path to the RINEX MET file.
Exceptions
FileMissingExceptionif unable to open fn.

Definition at line 60 of file MetReader.cpp.

Member Function Documentation

◆ read()

bool gnsstk::MetReader::read ( const std::string &  fn)

Load the data from a RINEX MET file.

Parameters
[in]fnThe path to the RINEX MET file.
Postcondition
wx contains the valid weather data loaded from fn.
Returns
false if the file can't be opened.

Definition at line 72 of file MetReader.cpp.

Member Data Documentation

◆ verboseLevel

unsigned gnsstk::MetReader::verboseLevel

This doesn't actually do anything, but it's here for backwards compatibility.

Definition at line 70 of file MetReader.hpp.

◆ wx

gnsstk::WxObsData gnsstk::MetReader::wx

The storage for all weather data read.

Definition at line 73 of file MetReader.hpp.


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


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:45