nn::jpeg::CTR::JpegMpDecoder::GetGpsTimeStamp Member Function

Syntax

#include <nn/jpeg.h>

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

Arguments

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

Return Values

If successful, the function returns the GPS time (atomic clock time). Returns NULL on failure.

Description

Gets the GPS time (atomic clock time) included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL