SRM Reference Manual
Types
SRM_SRF_Parameters_Info
/*!
 * STRUCT: SRM_SRF_Parameters_Info
 *
 *   Spatial Reference Frame Parameters Information
 */
typedef struct
{

SRM_SRF_Parameters_Info_Code srf_params_info_code;
SRM_RT_Code rt_code;
union _SRM_SRF_Parameters_Info_Union
{
SRM_SRFT_Parameters srf_template;
SRM_SRFS_Info srf_set;
SRM_SRF_Code srf_instance;
} value;
} SRM_SRF_Parameters_Info;



Prev: SRM_SRF_Code. Next: SRM_SRF_Parameters_Info_Code.


Return to: Top of this Page, Type Index