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_000001.html
canon
mnote-canon-entry.c File Reference
#include "config.h"
#include "
mnote-canon-entry_8h-source.html
mnote-canon-entry.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 <
i18n_8h-source.html
libexif/i18n.h
>
mnote-canon-entry_8c-source.html
Go to the source code of this file.
Defines
#define
mnote-canon-entry_8c.html#a0
CF
(
exif-format_8c.html#a0
format
, target, v, maxlen)
#define
mnote-canon-entry_8c.html#a1
CC
(number, target, v, maxlen)
#define
mnote-canon-entry_8c.html#a2
CC2
(number, t1, t2, v, maxlen)
#define
mnote-canon-entry_8c.html#a3
UNDEFINED
0xFF
Functions
unsigned int
mnote-canon-entry_8c.html#a8
mnote_canon_entry_count_values
(const
struct__MnoteCanonEntry.html
MnoteCanonEntry
*entry)
char *
mnote-canon-entry_8c.html#a9
mnote_canon_entry_get_value
(const
struct__MnoteCanonEntry.html
MnoteCanonEntry
*entry, unsigned int t, 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-canon-entry_8c.html#a7
entries
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-canon-entry_8c-source.html#l00047
47
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Referenced by
exif-entry_8c-source.html#l00535
exif_entry_get_value()
,
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
,
mnote-olympus-entry_8c-source.html#l00165
mnote_olympus_entry_get_value()
, and
mnote-pentax-entry_8c-source.html#l00120
mnote_pentax_entry_get_value()
.
#define CC2
(
number,
t1,
t2,
v,
maxlen
)
Value:
{                                                                       \
if
((number != t1) && (number != t2)) {                         \
snprintf (v, maxlen,                                    \
i18n_8h.html#a6
_
(
"Invalid number of components (%i, "
\
"expected %i or %i)."
), (
int
) number,           \
(
int
) t1, (
int
) t2);                            \
break
;                                                  \
}                                                               \
}
Definition at line
mnote-canon-entry_8c-source.html#l00056
56
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Referenced by
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
, and
mnote-olympus-entry_8c-source.html#l00165
mnote_olympus_entry_get_value()
.
#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-canon-entry_8c-source.html#l00035
35
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Referenced by
exif-entry_8c-source.html#l00535
exif_entry_get_value()
,
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
,
mnote-olympus-entry_8c-source.html#l00165
mnote_olympus_entry_get_value()
, and
mnote-pentax-entry_8c-source.html#l00120
mnote_pentax_entry_get_value()
.
#define UNDEFINED   0xFF
Definition at line
mnote-canon-entry_8c-source.html#l00067
67
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Function Documentation
unsigned int mnote_canon_entry_count_values
(
const
struct__MnoteCanonEntry.html
MnoteCanonEntry
*
entry
)
Definition at line
mnote-canon-entry_8c-source.html#l00193
193
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
References
mnote-canon-entry_8h-source.html#l00035
_MnoteCanonEntry::data
,
exif-format_8h.html#a14a2
EXIF_FORMAT_SHORT
,
exif-utils_8c-source.html#l00102
exif_get_short()
,
mnote-canon-entry_8h-source.html#l00032
_MnoteCanonEntry::format
,
exif-loader_8c-source.html#l00093
MIN
,
mnote-canon-tag_8h.html#a18a12
MNOTE_CANON_TAG_CUSTOM_FUNCS
,
mnote-canon-tag_8h.html#a18a2
MNOTE_CANON_TAG_SETTINGS_1
,
mnote-canon-tag_8h.html#a18a4
MNOTE_CANON_TAG_SETTINGS_2
,
mnote-canon-entry_8h-source.html#l00038
_MnoteCanonEntry::order
,
mnote-canon-entry_8h-source.html#l00036
_MnoteCanonEntry::size
, and
mnote-canon-entry_8h-source.html#l00031
_MnoteCanonEntry::tag
.
Referenced by
exif-mnote-data-canon_8c-source.html#l00229
exif_mnote_data_canon_count()
, and
exif-mnote-data-canon_8c-source.html#l00064
exif_mnote_data_canon_get_tags()
.
char* mnote_canon_entry_get_value
(
const
struct__MnoteCanonEntry.html
MnoteCanonEntry
*
entry
,
unsigned int
t
,
char *
val
,
unsigned int
maxlen
)
Definition at line
mnote-canon-entry_8c-source.html#l00214
214
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
References
i18n_8h-source.html#l00047
_
,
mnote-canon-entry_8c-source.html#l00047
CC
,
mnote-canon-entry_8c-source.html#l00056
CC2
,
mnote-canon-entry_8c-source.html#l00035
CF
,
mnote-canon-entry_8h-source.html#l00033
_MnoteCanonEntry::components
,
mnote-canon-entry_8h-source.html#l00035
_MnoteCanonEntry::data
,
mnote-canon-entry_8c.html#a7
entries
,
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-utils_8c-source.html#l00165
exif_get_long()
,
exif-utils_8c-source.html#l00102
exif_get_short()
,
mnote-canon-entry_8h-source.html#l00032
_MnoteCanonEntry::format
,
exif-loader_8c-source.html#l00093
MIN
,
mnote-canon-tag_8h.html#a18a12
MNOTE_CANON_TAG_CUSTOM_FUNCS
,
mnote-canon-tag_8h.html#a18a6
MNOTE_CANON_TAG_FIRMWARE
,
mnote-canon-tag_8h.html#a18a7
MNOTE_CANON_TAG_IMAGE_NUMBER
,
mnote-canon-tag_8h.html#a18a5
MNOTE_CANON_TAG_IMAGE_TYPE
,
mnote-canon-tag_8h.html#a18a8
MNOTE_CANON_TAG_OWNER
,
mnote-canon-tag_8h.html#a18a10
MNOTE_CANON_TAG_SERIAL_NUMBER
,
mnote-canon-tag_8h.html#a18a2
MNOTE_CANON_TAG_SETTINGS_1
,
mnote-canon-tag_8h.html#a18a4
MNOTE_CANON_TAG_SETTINGS_2
,
mnote-canon-entry_8c-source.html#l00072
name
,
mnote-canon-entry_8h-source.html#l00038
_MnoteCanonEntry::order
,
mnote-canon-entry_8h-source.html#l00036
_MnoteCanonEntry::size
,
mnote-canon-entry_8c-source.html#l00070
subtag
,
mnote-canon-entry_8h-source.html#l00031
_MnoteCanonEntry::tag
, and
mnote-canon-entry_8c-source.html#l00071
value
.
Referenced by
exif-mnote-data-canon_8c-source.html#l00081
exif_mnote_data_canon_get_value()
.
Variable Documentation
struct { ... }
mnote-canon-entry_8c.html#a7
entries
[static]
Referenced by
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
.
char*
mnote-pentax-tag_8c.html#a1
name
Definition at line
mnote-canon-entry_8c-source.html#l00072
72
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Referenced by
exif-data_8c-source.html#l01086
exif_data_option_get_name()
,
exif-format_8c-source.html#l00049
exif_format_get_name()
,
exif-ifd_8c-source.html#l00040
exif_ifd_get_name()
,
exif-tag_8c-source.html#l00707
exif_tag_get_name_in_ifd()
,
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
,
mnote-canon-tag_8c-source.html#l00086
mnote_canon_tag_get_name()
,
mnote-canon-tag_8c-source.html#l00096
mnote_canon_tag_get_name_sub()
,
mnote-canon-tag_8c-source.html#l00117
mnote_canon_tag_get_title_sub()
,
mnote-olympus-tag_8c-source.html#l00126
mnote_olympus_tag_get_name()
, and
mnote-pentax-tag_8c-source.html#l00065
mnote_pentax_tag_get_name()
.
unsigned int
mnote-canon-tag_8c.html#a5
subtag
Definition at line
mnote-canon-entry_8c-source.html#l00070
70
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Referenced by
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
,
mnote-canon-tag_8c-source.html#l00096
mnote_canon_tag_get_name_sub()
, and
mnote-canon-tag_8c-source.html#l00117
mnote_canon_tag_get_title_sub()
.
exif-utils_8h.html#a4
ExifShort
mnote-canon-entry_8c.html#a5
value
Definition at line
mnote-canon-entry_8c-source.html#l00071
71
of file
mnote-canon-entry_8c-source.html
mnote-canon-entry.c
.
Referenced by
exif-data_8c-source.html#l00640
exif_data_get_type_maker_note()
,
exif-entry_8c-source.html#l00334
exif_entry_dump()
, and
mnote-canon-entry_8c-source.html#l00214
mnote_canon_entry_get_value()
.
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
