#include <nn/jpeg.h>
static bool GetGpsDifferential(
u16 * pBuffer,
const GpsData * pGps
);
| Name | Description | |
|---|---|---|
| out | pBuffer | Specifies a buffer storing the GPS differential. |
| in | pGps | Specifies the GPS IFD. Call the GetLastGpsData function to obtain this. |
true on success. Returns false on failure. Gets the GPS differential included in GPS IFD.
CONFIDENTIAL