main.html
Main Page
|
classes.html
Alphabetical List
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
functions.html
Data Fields
|
globals.html
Globals
dir_000000.html
libexif
&raquo
dir_000003.html
pentax
mnote-pentax-entry.c File Reference
#include <config.h>
#include "
mnote-pentax-entry_8h-source.html
mnote-pentax-entry.h
"
#include <
i18n_8h-source.html
libexif/i18n.h
>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <
exif-format_8h-source.html
libexif/exif-format.h
>
#include <
exif-utils_8h-source.html
libexif/exif-utils.h
>
#include <
exif-entry_8h-source.html
libexif/exif-entry.h
>
mnote-pentax-entry_8c-source.html
Go to the source code of this file.
Defines
#define
mnote-pentax-entry_8c.html#a0
CF
(
exif-format_8c.html#a0
format
, target, v, maxlen)
#define
mnote-pentax-entry_8c.html#a1
CC
(number, target, v, maxlen)
Functions
char *
mnote-pentax-entry_8c.html#a7
mnote_pentax_entry_get_value
(
struct__MnotePentaxEntry.html
MnotePentaxEntry
*entry, char *val, unsigned int maxlen)
Variables
struct {
unsigned int
mnote-canon-entry_8c.html#a4
subtag
exif-utils_8h.html#a4
ExifShort
mnote-canon-entry_8c.html#a5
value
char *
mnote-canon-entry_8c.html#a6
name
mnote-canon-tag_8h.html#a0
MnoteCanonTag
mnote-canon-tag_8c.html#a0
tag
const char *
mnote-canon-tag_8c.html#a1
name
const char *
mnote-canon-tag_8c.html#a2
title
const char *
mnote-canon-tag_8c.html#a3
description
exif-data_8h.html#a28
ExifDataOption
exif-data_8c.html#a8
option
const char *
exif-data_8c.html#a9
name
const char *
exif-data_8c.html#a10
description
exif-tag_8h.html#a153
ExifTag
exif-entry_8c.html#a2
tag
const char *
exif-entry_8c.html#a3
strings
[10]
exif-format_8h.html#a14
ExifFormat
exif-format_8c.html#a0
format
const char *
exif-format_8c.html#a1
name
unsigned char
exif-format_8c.html#a2
size
exif-ifd_8h.html#a7
ExifIfd
exif-ifd_8c.html#a0
ifd
const char *
exif-ifd_8c.html#a1
name
exif-log_8h.html#a17
ExifLogCode
exif-log_8c.html#a0
code
const char *
exif-log_8c.html#a1
title
const char *
exif-log_8c.html#a2
message
const char *
exif-tag_8c.html#a13
name
const char *
exif-tag_8c.html#a14
title
const char *
exif-tag_8c.html#a15
description
exif-tag_8h.html#a154
ExifSupportLevel
exif-tag_8c.html#a16
esl
[EXIF_IFD_COUNT][4]
exif-format_8h.html#a14
ExifFormat
mnote-olympus-entry_8c.html#a4
fmt
struct {
int
mnote-olympus-entry_8c.html#a5
index
const char *
mnote-olympus-entry_8c.html#a6
string
const char *
mnote-pentax-entry_8c.html#a4
string
}
mnote-olympus-entry_8c.html#a7
elem
[10]
mnote-olympus-tag_8h.html#a0
MnoteOlympusTag
mnote-olympus-tag_8c.html#a0
tag
const char *
mnote-olympus-tag_8c.html#a1
name
const char *
mnote-olympus-tag_8c.html#a2
title
const char *
mnote-olympus-tag_8c.html#a3
description
struct {
int
mnote-olympus-entry_8c.html#a5
index
const char *
mnote-olympus-entry_8c.html#a6
string
const char *
mnote-pentax-entry_8c.html#a4
string
}
mnote-pentax-entry_8c.html#a5
elem
[7]
mnote-pentax-tag_8h.html#a0
MnotePentaxTag
mnote-pentax-tag_8c.html#a0
tag
const char *
mnote-pentax-tag_8c.html#a1
name
const char *
mnote-pentax-tag_8c.html#a2
title
const char *
mnote-pentax-tag_8c.html#a3
description
}
mnote-pentax-entry_8c.html#a6
items
[]
Define Documentation
#define CC
(
number,
target,
v,
maxlen
)
Value:
{                                                                       \
if
(number != target) {                                         \
snprintf (v, maxlen,                                    \
i18n_8h.html#a6
_
(
"Invalid number of components (%i, "
\
"expected %i)."
), (
int
) number, (
int
) target);  \
break
;                                                  \
}                                                               \
}
Definition at line
mnote-pentax-entry_8c-source.html#l00047
47
of file
mnote-pentax-entry_8c-source.html
mnote-pentax-entry.c
.
#define CF
(
exif-format_8c.html#a0
format
,
target,
v,
maxlen
)
Value:
{                                                               \
if
(
exif-format_8c.html#a0
format
!= target) {                                 \
snprintf (v, maxlen,                            \
i18n_8h.html#a6
_
(
"Invalid format '%s', "
\
"expected '%s'."
),                      \
exif-format_8c.html#a4
exif_format_get_name
(
exif-format_8c.html#a0
format
),          \
exif-format_8c.html#a4
exif_format_get_name
(target));         \
break
;                                          \
}                                                       \
}
Definition at line
mnote-pentax-entry_8c-source.html#l00035
35
of file
mnote-pentax-entry_8c-source.html
mnote-pentax-entry.c
.
Function Documentation
char* mnote_pentax_entry_get_value
(
struct__MnotePentaxEntry.html
MnotePentaxEntry
*
entry
,
char *
val
,
unsigned int
maxlen
)
Definition at line
mnote-pentax-entry_8c-source.html#l00120
120
of file
mnote-pentax-entry_8c-source.html
mnote-pentax-entry.c
.
References
mnote-canon-entry_8c-source.html#l00047
CC
,
mnote-canon-entry_8c-source.html#l00035
CF
,
mnote-pentax-entry_8h-source.html#l00033
_MnotePentaxEntry::components
,
mnote-pentax-entry_8h-source.html#l00035
_MnotePentaxEntry::data
,
exif-entry_8c.html#a7
elem
,
exif-format_8h.html#a14a1
EXIF_FORMAT_ASCII
,
exif-format_8h.html#a14a3
EXIF_FORMAT_LONG
,
exif-format_8h.html#a14a2
EXIF_FORMAT_SHORT
,
exif-format_8h.html#a14a6
EXIF_FORMAT_UNDEFINED
,
exif-utils_8c-source.html#l00165
exif_get_long()
,
exif-utils_8c-source.html#l00102
exif_get_short()
,
mnote-pentax-entry_8h-source.html#l00032
_MnotePentaxEntry::format
,
exif-entry_8c-source.html#l00421
index
,
mnote-olympus-entry_8c.html#a8
items
,
exif-loader_8c-source.html#l00093
MIN
,
mnote-pentax-tag_8h.html#a31a22
MNOTE_PENTAX_TAG_COLOR
,
mnote-pentax-tag_8h.html#a31a12
MNOTE_PENTAX_TAG_CONTRAST
,
mnote-pentax-tag_8h.html#a31a4
MNOTE_PENTAX_TAG_FLASH
,
mnote-pentax-tag_8h.html#a31a3
MNOTE_PENTAX_TAG_FOCUS
,
mnote-pentax-tag_8h.html#a31a20
MNOTE_PENTAX_TAG_ISO_SPEED
,
mnote-pentax-tag_8h.html#a31a1
MNOTE_PENTAX_TAG_MODE
,
mnote-pentax-tag_8h.html#a31a25
MNOTE_PENTAX_TAG_PRINTIM
,
mnote-pentax-tag_8h.html#a31a2
MNOTE_PENTAX_TAG_QUALITY
,
mnote-pentax-tag_8h.html#a31a13
MNOTE_PENTAX_TAG_SATURATION
,
mnote-pentax-tag_8h.html#a31a11
MNOTE_PENTAX_TAG_SHARPNESS
,
mnote-pentax-tag_8h.html#a31a26
MNOTE_PENTAX_TAG_TZ_CITY
,
mnote-pentax-tag_8h.html#a31a27
MNOTE_PENTAX_TAG_TZ_DST
,
mnote-pentax-tag_8h.html#a31a7
MNOTE_PENTAX_TAG_WHITE_BALANCE
,
mnote-pentax-tag_8h.html#a31a10
MNOTE_PENTAX_TAG_ZOOM
,
mnote-pentax-entry_8h-source.html#l00038
_MnotePentaxEntry::order
,
mnote-olympus-entry_8c-source.html#l00071
string
,
mnote-pentax-entry_8h-source.html#l00031
_MnotePentaxEntry::tag
, and
mnote-canon-tag_8c-source.html#l00029
tag
.
Referenced by
exif-mnote-data-pentax_8c-source.html#l00062
exif_mnote_data_pentax_get_value()
.
Variable Documentation
struct { ... }
mnote-pentax-entry_8c.html#a5
elem
[7]
int
mnote-pentax-entry_8c.html#a3
index
Definition at line
mnote-pentax-entry_8c-source.html#l00060
60
of file
mnote-pentax-entry_8c-source.html
mnote-pentax-entry.c
.
struct { ... }
mnote-pentax-entry_8c.html#a6
items
[]
[static]
const char*
mnote-pentax-entry_8c.html#a4
string
Definition at line
mnote-pentax-entry_8c-source.html#l00061
61
of file
mnote-pentax-entry_8c-source.html
mnote-pentax-entry.c
.
exif-tag_8h.html#a153
ExifTag
mnote-pentax-tag_8c.html#a0
tag
Definition at line
mnote-pentax-entry_8c-source.html#l00058
58
of file
mnote-pentax-entry_8c-source.html
mnote-pentax-entry.c
.
Generated on Fri Sep 9 16:28:11 2005 for EXIF library (libexif) Internals by
http://www.doxygen.org/index.html
doxygen
1.4.4
