Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Enumerations | |
enum | MODIPConsts { LongPoints = 39, LongMax = 180, LongStep = 10, LatPoints = 39, LatMin = -90, LatMax = 90, LatStep = 5, InterpCount = 4 } |
enum MODIPConsts |
Define constants using enums, which avoids the complications of using precompilter macros and also avoids the use of memory that a static const elicits.