Definition in file AntexData.cpp.
#include "AntexData.hpp"
#include "AntexStream.hpp"
#include "StringUtils.hpp"
#include "geometry.hpp"
Include dependency graph for AntexData.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Variables | |
| const int | Nsattype = 11 |
| Number of types that are used for satellites. | |
| string | sattype [Nsattype] |
|
|
Number of types that are used for satellites.
Definition at line 77 of file AntexData.cpp. |
|
|
Initial value:
{
string("BLOCK I"),
string("BLOCK II"),
string("BLOCK IIA"),
string("BLOCK IIR"),
string("BLOCK IIR-A"),
string("BLOCK IIR-B"),
string("BLOCK IIR-M"),
string("BLOCK IIF"),
string("GLONASS"),
string("GLONASS-M"),
string("GLONASS-K")
}
Definition at line 78 of file AntexData.cpp. |
1.3.9.1