#include <WxObsMap.hpp>
Collaboration diagram for WxObservation:

Definition at line 56 of file WxObsMap.hpp.
Public Types | |
| enum | EWxSrc { noWx, defWx, obsWx } |
| An enumeration of the various weather sources. More... | |
Public Member Functions | |
| WxObservation () throw () | |
| Default Constructor. | |
| WxObservation (const DayTime &t, float temp, float pres, float humid) throw () | |
| Constructor. | |
| bool | isAllValid () const throw () |
| Return whether all weather values in this object are valid. | |
Public Attributes | |
| DayTime | t |
| Time that this data was collected, in Rx GPS time. | |
| float | temperature |
| degrees Centigrade | |
| float | pressure |
| millibars | |
| float | humidity |
| percent | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const WxObservation &obs) throw () |
| Friendly Output Operator. | |
|
|
An enumeration of the various weather sources.
Definition at line 88 of file WxObsMap.hpp. |
|
|
Default Constructor.
Definition at line 59 of file WxObsMap.hpp. |
|
||||||||||||||||||||
|
Constructor.
Definition at line 70 of file WxObsMap.hpp. |
|
|
Return whether all weather values in this object are valid.
Definition at line 74 of file WxObsMap.cpp. References WxObservation::noWx. |
|
||||||||||||
|
Friendly Output Operator.
Definition at line 232 of file WxObsMap.cpp. |
|
|
percent
Definition at line 85 of file WxObsMap.hpp. Referenced by WxObsData::getWxObservation(), and gpstk::makeWxObs(). |
|
|
millibars
Definition at line 84 of file WxObsMap.hpp. Referenced by WxObsData::getWxObservation(), and gpstk::makeWxObs(). |
|
|
Time that this data was collected, in Rx GPS time.
Definition at line 82 of file WxObsMap.hpp. Referenced by WxObsData::getWxObservation(), gpstk::makeWxObs(), and gpstk::operator<<(). |
|
|
degrees Centigrade
Definition at line 83 of file WxObsMap.hpp. Referenced by WxObsData::getWxObservation(), and gpstk::makeWxObs(). |
1.3.9.1