nn::jpeg::CTR::JpegMpDecoder::GetGpsDop Member Function

Syntax

#include <nn/jpeg.h>

static const Rational * GetGpsDop(
     const GpsData * pGps
);

Parameters

Name Description
in pGps Specifies the GPS IFD. Call the GetLastGpsData function to obtain this.

Return Values

If successful, the function returns a pointer to the dilution of precision of the position. Returns NULL on failure.

Description

Gets the reliability (dilution of precision) of the position included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL