nn::jpeg::CTR::JpegMpEncoder::SetGpsStatus Member Function

Syntax

#include <nn/jpeg.h>

static void SetGpsStatus(
     GpsData * pGps,
     char status
);

Parameters

Name Description
out pGps Specifies the GPS IFD.
in status Specifies the GPS receiver status.
The information is not stored if 0x00 is specified.

Return Values

None.

Description

Stores GPS receiver status in GPS IFD.

If using the structure specified by the pGps argument (to store or remove information) for the first time, be sure to initialize it first using InitializeGpsData before calling this function. *If no further operations will be performed on the structure, confirm stored data by calling SetGpsData after calling this function.

Revision History

2010/10/22
Initial version.

CONFIDENTIAL