|
XRootD
|
#include <XrdNetAddrInfo.hh>
Collaboration diagram for XrdNetAddrInfo::LocInfo:Public Member Functions | |
| LocInfo () | |
Public Attributes | |
| unsigned char | Country [2] |
| Two letter TLD country code. | |
| char | Flags |
| Flags. | |
| int | Latitude |
| Degrees +/- xx.xxxxxx (not supported) | |
| unsigned char | Locale |
| Locale (may combine adjacent regions) | |
| int | Longtitude |
| Degrees +/- xx.xxxxxx (not supported) | |
| unsigned char | Region |
| Region (may combine adjacent countries) | |
| short | Speed |
| I/F speed (Gb*1024/100)(not supported) | |
| char | TimeZone |
| +/- hours from GMT (-128 if not set) | |
Obtain the location of this address.
Definition at line 194 of file XrdNetAddrInfo.hh.
|
inline |
Definition at line 204 of file XrdNetAddrInfo.hh.
References Country, Flags, Latitude, Locale, Longtitude, Region, Speed, and TimeZone.
| unsigned char XrdNetAddrInfo::LocInfo::Country[2] |
Two letter TLD country code.
Definition at line 195 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().
| char XrdNetAddrInfo::LocInfo::Flags |
| int XrdNetAddrInfo::LocInfo::Latitude |
Degrees +/- xx.xxxxxx (not supported)
Definition at line 201 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().
| unsigned char XrdNetAddrInfo::LocInfo::Locale |
Locale (may combine adjacent regions)
Definition at line 197 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().
| int XrdNetAddrInfo::LocInfo::Longtitude |
Degrees +/- xx.xxxxxx (not supported)
Definition at line 202 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().
| unsigned char XrdNetAddrInfo::LocInfo::Region |
Region (may combine adjacent countries)
Definition at line 196 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().
| short XrdNetAddrInfo::LocInfo::Speed |
I/F speed (Gb*1024/100)(not supported)
Definition at line 200 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().
| char XrdNetAddrInfo::LocInfo::TimeZone |
+/- hours from GMT (-128 if not set)
Definition at line 198 of file XrdNetAddrInfo.hh.
Referenced by LocInfo().