#include <nn/jpeg.h>
static const char * GetGpsSatellites(
const GpsData * pGps
);
| Name | Description | |
|---|---|---|
| in | pGps | Specifies the GPS IFD. Call the GetLastGpsData function to obtain this. |
NULL on failure. Gets the satellite signal used for position location in the GPS IFD.
This function needs image data to get the information. Do not destroy the GPS IFD structure.
This function fails if the string is not 0-terminated.
CONFIDENTIAL