/* * STRUCT: SRM_GM_3D_PARAMETERS * * The parameters needed to define the Geomagnetic (GM) 3D Spatial * Reference Frame (SRF). See the Spatial Reference Model for details. */
| typedef | struct | ||
| { | |||
| /* | |||
| * Spatial Reference Frame Orientation | |||
| */ | |||
| SE_UINT16 | gm_epoch; | (notes) | |
| /* | |||
| * Specification of Object Reference Model (ORM) | |||
| */ | |||
| SE_FLOAT64 | gm_earth_radius; | (notes) | |
epoch definition in year Common Era
radius of the reference object; non-negative; in metersPrev: SRM_GM_3D_COORD. Next: SRM_GSE_3D_COORD. Up:Index