Exiv2
casiomn_int.hpp
Go to the documentation of this file.
1 // ***************************************************************** -*- C++ -*-
2 /*
3  * Copyright (C) 2004-2018 Exiv2 authors
4  * This program is part of the Exiv2 distribution.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
19  */
28 #ifndef CASIOMN_INT_HPP_
29 #define CASIOMN_INT_HPP_
30 
31 // *****************************************************************************
32 // included header files
33 #include "tags.hpp"
34 #include "types.hpp"
35 
36 // + standard includes
37 #include <string>
38 #include <iosfwd>
39 
40 // *****************************************************************************
41 // namespace extensions
42 namespace Exiv2 {
43  namespace Internal {
44 
45 // *****************************************************************************
46 // class definitions
47 
50  public:
52  static const TagInfo* tagList();
54  static std::ostream& print0x0006(std::ostream& os, const Value& value, const ExifData*);
56  static std::ostream& print0x0015(std::ostream& os, const Value& value, const ExifData*);
57 
58  private:
60  static const TagInfo tagInfo_[];
61 
62  }; // class CasioMakerNote
63 
66  public:
68  static const TagInfo* tagList();
70  static std::ostream& print0x2001(std::ostream& os, const Value& value, const ExifData*);
72  static std::ostream& print0x2022(std::ostream& os, const Value& value, const ExifData*);
73 
74  private:
76  static const TagInfo tagInfo_[];
77 
78  }; // class Casio2MakerNote
79 
80 }} // namespace Internal, Exiv2
81 
82 #endif // #ifndef CasioMN_INT_HPP_
Exiv2::Internal::casio2ArtMode
const TagDetails casio2ArtMode[]
Art Mode, tag 0x301b.
Exiv2::Internal::TagDetails
Helper structure for lookup tables for translations of numeric tag values to human readable labels.
Definition: tags_int.hpp:189
Exiv2::Internal::CasioMakerNote::print0x0006
static std::ostream & print0x0006(std::ostream &os, const Value &value, const ExifData *)
Print ObjectDistance.
Definition: casiomn_int.cpp:213
Exiv2::Internal::casio2WhiteBalance
const TagDetails casio2WhiteBalance[]
White Balance, tag 0x0019.
Exiv2::Value::size
virtual long size() const =0
Return the size of the value in bytes.
Exiv2::Internal::casioWhiteBalance
const TagDetails casioWhiteBalance[]
white balance, tag 0x0007
Exiv2::Internal::casio2QualityMode
const TagDetails casio2QualityMode[]
Quality Mode, tag 0x0004.
Exiv2::Value
Common interface for all types of values used with metadata.
Definition: value.hpp:60
Exiv2::Internal::Casio2MakerNote::tagList
static const TagInfo * tagList()
Return read-only list of built-in Casio2 tags.
Definition: casiomn_int.cpp:538
types.hpp
Type definitions for Exiv2 and related functionality.
Exiv2::Internal::casio2WhiteBalance2
const TagDetails casio2WhiteBalance2[]
White Balance2, tag 0x2012.
Exiv2::undefined
@ undefined
Exif UNDEFINED type, an 8-bit byte that may contain anything.
Definition: types.hpp:137
Exiv2::Internal::casio2Enhancement
const TagDetails casio2Enhancement[]
Enhancement, tag 0x3016.
Exiv2::Internal::casio2ImageSize
const TagDetails casio2ImageSize[]
Image Size, tag 0x0009.
Exiv2::Internal::casioContrast
const TagDetails casioContrast[]
Contrast, tag 0x000c.
Exiv2::asciiString
@ asciiString
Exif ASCII type, 8-bit byte.
Definition: types.hpp:132
Exiv2::Internal::casioRecordingMode
const TagDetails casioRecordingMode[]
RecordingMode, tag 0x0001.
Exiv2::Internal::casio2VideoQuality
const TagDetails casio2VideoQuality[]
Video Quality, tag 0x4003.
Exiv2::Internal::casioDigitalZoom
const TagDetails casioDigitalZoom[]
Flash intensity, tag 0x0005.
Exiv2::Internal::casioSaturation
const TagDetails casioSaturation[]
Saturation, tag 0x000d.
Exiv2::Internal::casio2FocusMode
const TagDetails casio2FocusMode[]
Focus Mode, tag 0x000d.
Exiv2::unsignedLong
@ unsignedLong
Exif LONG type, 32-bit (4-byte) unsigned integer.
Definition: types.hpp:134
Exiv2::Internal::casio2FocusMode2
const TagDetails casio2FocusMode2[]
Focus Mode 2, tag 0x3003.
Exiv2::Internal::Casio2MakerNote
MakerNote for Casio2 cameras.
Definition: casiomn_int.hpp:65
Exiv2::Internal::casioCCDSensitivity
const TagDetails casioCCDSensitivity[]
CCD Sensitivity intensity, tag 0x0020.
Exiv2::Internal::Casio2MakerNote::print0x2001
static std::ostream & print0x2001(std::ostream &os, const Value &value, const ExifData *)
Print FirmwareDate.
Definition: casiomn_int.cpp:543
Exiv2::Internal::CasioMakerNote
MakerNote for Casio cameras.
Definition: casiomn_int.hpp:49
Exiv2::Internal::CasioMakerNote::print0x0015
static std::ostream & print0x0015(std::ostream &os, const Value &value, const ExifData *)
Print FirmwareDate.
Definition: casiomn_int.cpp:224
Exiv2::Internal::print0x0006
std::ostream & print0x0006(std::ostream &os, const Value &value, const ExifData *)
Print GPS altitude.
Definition: tags_int.cpp:2311
Exiv2::unsignedRational
@ unsignedRational
Exif RATIONAL type, two LONGs: numerator and denumerator of a fraction.
Definition: types.hpp:135
Exiv2::Internal::casio2SpecialEffectSetting
const TagDetails casio2SpecialEffectSetting[]
Special Effect Setting, tag 0x3031.
EXV_PRINT_TAG
#define EXV_PRINT_TAG(array)
Shortcut for the printTag template which requires typing the array name only once.
Definition: tags_int.hpp:242
Exiv2::Internal::casio2IsoSpeed
const TagDetails casio2IsoSpeed[]
ISO Speed, tag 0x0014.
Exiv2::Internal::casioSharpness
const TagDetails casioSharpness[]
Sharpness, tag 0x000b.
Exiv2::Internal::Casio2MakerNote::print0x2022
static std::ostream & print0x2022(std::ostream &os, const Value &value, const ExifData *)
Print ObjectDistance.
Definition: casiomn_int.cpp:578
Exiv2::Internal::casio2ColorMode
const TagDetails casio2ColorMode[]
ColorMode, tag 0x3015.
Exiv2::Internal::casioColorFilter
const TagDetails casioColorFilter[]
Color filter, tag 0x0017.
Exiv2::Internal::casioEnhancement
const TagDetails casioEnhancement[]
Enhancement, tag 0x0016.
Exiv2::Internal::casio2ReleaseMode
const TagDetails casio2ReleaseMode[]
Release Mode, tag 0x3001.
Exiv2::unsignedByte
@ unsignedByte
Exif BYTE type, 8-bit unsigned integer.
Definition: types.hpp:131
Exiv2::Internal::printValue
std::ostream & printValue(std::ostream &os, const Value &value, const ExifData *)
Default print function, using the Value output operator.
Definition: tags_int.cpp:2165
Exiv2::Internal::casio2AutoISO
const TagDetails casio2AutoISO[]
AutoISO, tag 0x3008.
Exiv2::Internal::casio2PortraitRefiner
const TagDetails casio2PortraitRefiner[]
Portrait Refiner, tag 0x302b.
Exiv2::Value::toLong
virtual long toLong(long n=0) const =0
Convert the n-th component of the value to a long. The behaviour of this method may be undefined if t...
Exiv2::unsignedShort
@ unsignedShort
Exif SHORT type, 16-bit (2-byte) unsigned integer.
Definition: types.hpp:133
Exiv2
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
Exiv2::Internal::casioQuality
const TagDetails casioQuality[]
Quality, tag 0x0002.
Exiv2::Internal::casioFlashIntensity
const TagDetails casioFlashIntensity[]
Flash intensity, tag 0x0005.
value.hpp
Value interface and concrete subclasses.
Exiv2::Internal::casio2Sharpness
const TagDetails casio2Sharpness[]
Sharpness, tag 0x0021.
Exiv2::Internal::casio2DriveMode
const TagDetails casio2DriveMode[]
Drive Mode, tag 0x3103.
Exiv2::Internal::casioFlashIntensity2
const TagDetails casioFlashIntensity2[]
flash intensity 2, tag 0x0019
Exiv2::TagInfo
Tag information.
Definition: tags.hpp:82
Exiv2::Internal::casio2Saturation
const TagDetails casio2Saturation[]
Saturation, tag 0x001f.
Exiv2::Internal::casio2LightingMode
const TagDetails casio2LightingMode[]
Lighting Mode, tag 0x302a.
Exiv2::Internal::casio2Quality
const TagDetails casio2Quality[]
Quality, tag 0x3002.
tags_int.hpp
Internal Exif tag and type information.
tags.hpp
Exif tag and type information.
Exiv2::Internal::CasioMakerNote::tagList
static const TagInfo * tagList()
Return read-only list of built-in Casio tags.
Definition: casiomn_int.cpp:208
Exiv2::Internal::casioFocusMode
const TagDetails casioFocusMode[]
Focus Mode, tag 0x0003.
Exiv2::Internal::casio2AFMode
const TagDetails casio2AFMode[]
AFMode, tag 0x3009.
casiomn_int.hpp
Casio MakerNote implemented using the following references: Casio MakerNote Information by GVsoft,...
Exiv2::Internal::casio2Contrast
const TagDetails casio2Contrast[]
Contrast, tag 0x0020.
Exiv2::Internal::casioFlashMode
const TagDetails casioFlashMode[]
FlashMode, tag 0x0004.
Exiv2::Internal::casio2ColorFilter
const TagDetails casio2ColorFilter[]
Color Filter, tag 0x3017.
Exiv2::ExifData
A container for Exif data. This is a top-level class of the Exiv2 library. The container holds Exifda...
Definition: exif.hpp:434