Go to the documentation of this file.
39 #ifndef GNSSTK_NAVID_HPP
40 #define GNSSTK_NAVID_HPP
80 NavID(
const std::string& s );
83 void dump(std::ostream& s)
const
102 {
return (!
operator<(right) && !
operator==(right)); }
106 {
return (
operator<(right) ||
operator==(right)); }
124 namespace StringUtils
129 std::ostringstream oss;
@ Unknown
Uninitialized value.
void dump(std::ostream &s) const
Convenience output method.
bool operator>(const NavID &right) const
operator > for NavID
std::string asString(IonexStoreStrategy e)
Convert a IonexStoreStrategy to a whitespace-free string name.
bool operator<(const NavID &right) const
operator < for NavID : order by system, then number
bool operator>=(const NavID &right) const
operator >= for NavID
bool operator==(const NavID &right) const
operator == for NavID
std::ostream & operator<<(std::ostream &s, const ObsEpoch &oe) noexcept
std::string convertNavTypeToString(NavType e)
NavType navType
navType for this satellite
bool operator<=(const NavID &right) const
operator <= for NavID
bool operator!=(const NavID &right) const
operator != for NavID
NavType
Supported navigation types.
NavID()
empty constructor, creates an invalid object
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:40