~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to doc/html/canonmn_8hpp.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
<link href="tabs.css" rel="stylesheet" type="text/css">
6
6
</head><body>
7
 
<!-- Generated by Doxygen 1.4.6 -->
 
7
<!-- Generated by Doxygen 1.5.1 -->
8
8
<div class="tabs">
9
9
  <ul>
10
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12
12
    <li><a href="classes.html"><span>Classes</span></a></li>
13
13
    <li id="current"><a href="files.html"><span>Files</span></a></li>
14
14
    <li><a href="examples.html"><span>Examples</span></a></li>
 
15
    <li>
 
16
      <form action="search.php" method="get">
 
17
        <table cellspacing="0" cellpadding="0" border="0">
 
18
          <tr>
 
19
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
 
20
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
 
21
          </tr>
 
22
        </table>
 
23
      </form>
 
24
    </li>
15
25
  </ul></div>
16
26
<div class="tabs">
17
27
  <ul>
18
28
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
19
29
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
20
30
  </ul></div>
21
 
<h1>canonmn.hpp File Reference</h1>Canon MakerNote implemented according to the specification <a href="http://www.burren.cx/david/canon.html">EXIF MakerNote of Canon</a> by David Burren<br>
22
 
 and with reference to tag information from <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a> by Phil Harvey. <a href="#_details">More...</a>
 
31
<h1>canonmn.hpp File Reference</h1>Canon MakerNote.<br>
 
32
References:<br>
 
33
 <a href="http://www.burren.cx/david/canon.html">EXIF MakerNote of Canon</a> by David Burren<br>
 
34
 <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html">Canon makernote tags</a> by Phil Harvey. <a href="#_details">More...</a>
23
35
<p>
24
36
<code>#include &quot;<a class="el" href="types_8hpp.html">types.hpp</a>&quot;</code><br>
25
37
<code>#include &quot;<a class="el" href="makernote_8hpp.html">makernote.hpp</a>&quot;</code><br>
31
43
<p>
32
44
Include dependency graph for canonmn.hpp:<p><center><img src="canonmn_8hpp__incl.png" border="0" usemap="#canonmn.hpp_map" alt=""></center>
33
45
<map name="canonmn.hpp_map">
34
 
<area href="types_8hpp.html" shape="rect" coords="317,205,397,229" alt="">
35
 
<area href="makernote_8hpp.html" shape="rect" coords="159,156,268,180" alt="">
36
 
<area href="tags_8hpp.html" shape="rect" coords="177,57,249,81" alt="">
 
46
<area href="types_8hpp.html" shape="rect" coords="343,208,431,232" alt="">
 
47
<area href="makernote_8hpp.html" shape="rect" coords="168,159,293,183" alt="">
 
48
<area href="tags_8hpp.html" shape="rect" coords="191,60,271,84" alt="">
37
49
</map>
38
50
 
39
51
<p>
40
52
This graph shows which files directly or indirectly include this file:<p><center><img src="canonmn_8hpp__dep__incl.png" border="0" usemap="#canonmn.hppdep_map" alt=""></center>
41
53
<map name="canonmn.hppdep_map">
42
 
<area href="mn_8hpp.html" shape="rect" coords="157,6,224,30" alt="">
 
54
<area href="mn_8hpp.html" shape="rect" coords="168,6,243,30" alt="">
43
55
</map>
44
56
<table border="0" cellpadding="0" cellspacing="0">
45
57
<tr><td></td></tr>
51
63
 
52
64
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> for Canon cameras.  <a href="classExiv2_1_1CanonMakerNote.html#_details">More...</a><br></td></tr>
53
65
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
54
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">MakerNote::AutoPtr&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#611059b4342fc8d8c0965ad90a333bfa">Exiv2::createCanonMakerNote</a> (bool alloc, const <a class="el" href="namespaceExiv2.html#16f60a5bd4207fe155f6cf93a15efa72">byte</a> *buf, long len, <a class="el" href="namespaceExiv2.html#94c225faf6d6c611a3828fae1c28efa6">ByteOrder</a> byteOrder, long offset)</td></tr>
 
66
<tr><td class="memItemLeft" nowrap align="right" valign="top">MakerNote::AutoPtr&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#611059b4342fc8d8c0965ad90a333bfa">Exiv2::createCanonMakerNote</a> (bool alloc, const byte *buf, long len, ByteOrder byteOrder, long offset)</td></tr>
55
67
 
56
68
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return an auto-pointer to a newly created empty <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> initialized to operate in the memory management model indicated. The caller owns this copy and the auto-pointer ensures that it will be deleted.  <a href="#611059b4342fc8d8c0965ad90a333bfa"></a><br></td></tr>
57
69
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#c27559a7fe02247e73fa28379c1cbd10">Exiv2::canonEv</a> (long val)</td></tr>
59
71
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert Canon hex-based EV (modulo 0x20) to real number Ported from Phil Harvey's Image::ExifTool::Canon::CanonEv by Will Stokes.  <a href="#c27559a7fe02247e73fa28379c1cbd10"></a><br></td></tr>
60
72
</table>
61
73
<hr><a name="_details"></a><h2>Detailed Description</h2>
62
 
Canon MakerNote implemented according to the specification <a href="http://www.burren.cx/david/canon.html">EXIF MakerNote of Canon</a> by David Burren<br>
63
 
 and with reference to tag information from <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a> by Phil Harvey. 
 
74
Canon MakerNote.<br>
 
75
References:<br>
 
76
 <a href="http://www.burren.cx/david/canon.html">EXIF MakerNote of Canon</a> by David Burren<br>
 
77
 <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html">Canon makernote tags</a> by Phil Harvey. 
64
78
<p>
65
 
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>754 </dd></dl>
 
79
<dl class="version" compact><dt><b>Version:</b></dt><dd><dl class="rcs" compact><dt><b>Rev</b></dt><dd>986 </dd></dl>
66
80
</dd></dl>
67
 
<dl compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
68
 
<dl compact><dt><b>Date:</b></dt><dd>18-Feb-04, ahu: created<br>
69
 
 07-Mar-04, ahu: isolated as a separate component </dd></dl>
70
 
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:54:11 2006 for Exiv2 by&nbsp;
 
81
<dl class="author" compact><dt><b>Author:</b></dt><dd><a href="mailto:ahuggel@gmx.net">Andreas Huggel (ahu)</a><br>
 
82
 <a href="mailto:david@edeca.net">David Cannings (dc)</a> </dd></dl>
 
83
<dl class="date" compact><dt><b>Date:</b></dt><dd>18-Feb-04, ahu: created<br>
 
84
 07-Mar-04, ahu: isolated as a separate component<br>
 
85
 12-Aug-06, dc: started updating all tags </dd></dl>
 
86
<hr size="1"><address style="align: right;"><small>Generated on Mon Nov 27 20:16:11 2006 for Exiv2 by&nbsp;
71
87
<a href="http://www.doxygen.org/index.html">
72
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
 
88
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
73
89
</body>
74
90
</html>