GetGpsAltitudeRef

nn::jpeg::CTR::JpegMpDecoder::GetGpsAltitudeRef Member Function

Syntax

#include <nn/jpeg.h>

static bool GetGpsAltitudeRef(
     u8 * pBuffer,
     const GpsData * pGps
);

Parameters

Name Description
out pBuffer Specifies the buffer storing the altitude reference.
in pGps Specifies the GPS IFD. Call the GetLastGpsData function to obtain this.

Return Values

Returns true on success. Returns false on failure.

Description

Gets the altitude reference included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL