Mercurial > hg > vamp-website
comparison code-doc/plugguard_8h.html @ 21:cc0be37dc9d3 website
* Updates for 2.0
author | cannam |
---|---|
date | Tue, 09 Dec 2008 11:02:57 +0000 |
parents | |
children | 0976232e353b |
comparison
equal
deleted
inserted
replaced
20:34e758355884 | 21:cc0be37dc9d3 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
3 <title>VampPluginSDK: plugguard.h File Reference</title> | |
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> | |
5 <link href="tabs.css" rel="stylesheet" type="text/css"> | |
6 </head><body> | |
7 <!-- Generated by Doxygen 1.5.6 --> | |
8 <div class="navigation" id="top"> | |
9 <div class="tabs"> | |
10 <ul> | |
11 <li><a href="main.html"><span>Main Page</span></a></li> | |
12 <li><a href="namespaces.html"><span>Namespaces</span></a></li> | |
13 <li><a href="annotated.html"><span>Classes</span></a></li> | |
14 <li class="current"><a href="files.html"><span>Files</span></a></li> | |
15 <li><a href="dirs.html"><span>Directories</span></a></li> | |
16 </ul> | |
17 </div> | |
18 <div class="navpath"><a class="el" href="dir_5b77fce4b90561041d958141b45c7c55.html">vamp-sdk</a> | |
19 </div> | |
20 </div> | |
21 <div class="contents"> | |
22 <h1>plugguard.h File Reference</h1> | |
23 <p> | |
24 | |
25 <p> | |
26 <a href="plugguard_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> | |
27 <tr><td></td></tr> | |
28 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> | |
29 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="plugguard_8h.html#3bf4e97f131677e5e1505a7a9582d68a">_VAMP_IN_PLUGINSDK</a> 1</td></tr> | |
30 | |
31 <tr><td class="mdescLeft"> </td><td class="mdescRight">Normal usage should be:. <a href="#3bf4e97f131677e5e1505a7a9582d68a"></a><br></td></tr> | |
32 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="plugguard_8h.html#1a2724ea453971288d3218e4eab3072c">_VAMP_SDK_PLUGSPACE_BEGIN</a>(h)</td></tr> | |
33 | |
34 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="plugguard_8h.html#c879bb1077ecc6132ea3581ef9033753">_VAMP_SDK_PLUGSPACE_END</a>(h)</td></tr> | |
35 | |
36 </table> | |
37 <hr><h2>Define Documentation</h2> | |
38 <a class="anchor" name="3bf4e97f131677e5e1505a7a9582d68a"></a><!-- doxytag: member="plugguard.h::_VAMP_IN_PLUGINSDK" ref="3bf4e97f131677e5e1505a7a9582d68a" args="" --> | |
39 <div class="memitem"> | |
40 <div class="memproto"> | |
41 <table class="memname"> | |
42 <tr> | |
43 <td class="memname">#define _VAMP_IN_PLUGINSDK 1 </td> | |
44 </tr> | |
45 </table> | |
46 </div> | |
47 <div class="memdoc"> | |
48 | |
49 <p> | |
50 Normal usage should be:. | |
51 <p> | |
52 <ul> | |
53 <li>Plugins include <a class="el" href="vamp-sdk_2Plugin_8h.html">vamp-sdk/Plugin.h</a> or <a class="el" href="vamp-sdk_2PluginBase_8h.html">vamp-sdk/PluginBase.h</a>. These files include this header, which specifies an appropriate namespace for the plugin classes to avoid any risk of conflict with non-plugin class implementations in the host on load.</li></ul> | |
54 <p> | |
55 <ul> | |
56 <li>Hosts include <a class="el" href="vamp-hostsdk_2Plugin_8h.html">vamp-hostsdk/Plugin.h</a>, <a class="el" href="vamp-hostsdk_2PluginBase_8h.html">vamp-hostsdk/PluginBase.h</a>, vamp-hostsdk/PluginHostAdapter, <a class="el" href="PluginLoader_8h.html">vamp-hostsdk/PluginLoader.h</a> etc. These files include <a class="el" href="hostguard_8h.html">vamp-hostsdk/hostguard.h</a>, which makes a note that we are in a host. A file such as <a class="el" href="vamp-hostsdk_2Plugin_8h.html">vamp-hostsdk/Plugin.h</a> then simply includes <a class="el" href="vamp-sdk_2Plugin_8h.html">vamp-sdk/Plugin.h</a>, and this guard header takes notice of the fact that it has been included from a host and leaves the plugin namespace unset.</li></ul> | |
57 <p> | |
58 Problems will occur when a host includes files directly from the vamp-sdk directory. There are two reasons this might happen: mistake, perhaps owing to ignorance of the fact that this isn't allowed (particularly since it was the normal mechanism in v1 of the SDK); and a wish to incorporate plugin code directly into the host rather than having to load it.<p> | |
59 What if the host does include a vamp-sdk header by mistake? We can catch it if it's included before something from vamp-hostsdk. If it's included after something from vamp-hostsdk, it will work OK anyway. The remaining problem case is where nothing from vamp-hostsdk is included in the same file. We can't catch that. | |
60 <p>Definition at line <a class="el" href="plugguard_8h-source.html#l00072">72</a> of file <a class="el" href="plugguard_8h-source.html">plugguard.h</a>.</p> | |
61 | |
62 </div> | |
63 </div><p> | |
64 <a class="anchor" name="1a2724ea453971288d3218e4eab3072c"></a><!-- doxytag: member="plugguard.h::_VAMP_SDK_PLUGSPACE_BEGIN" ref="1a2724ea453971288d3218e4eab3072c" args="(h)" --> | |
65 <div class="memitem"> | |
66 <div class="memproto"> | |
67 <table class="memname"> | |
68 <tr> | |
69 <td class="memname">#define _VAMP_SDK_PLUGSPACE_BEGIN </td> | |
70 <td>(</td> | |
71 <td class="paramtype">h </td> | |
72 <td class="paramname"> </td> | |
73 <td> ) </td> | |
74 <td></td> | |
75 </tr> | |
76 </table> | |
77 </div> | |
78 <div class="memdoc"> | |
79 | |
80 <p> | |
81 | |
82 <p>Definition at line <a class="el" href="plugguard_8h-source.html#l00075">75</a> of file <a class="el" href="plugguard_8h-source.html">plugguard.h</a>.</p> | |
83 | |
84 </div> | |
85 </div><p> | |
86 <a class="anchor" name="c879bb1077ecc6132ea3581ef9033753"></a><!-- doxytag: member="plugguard.h::_VAMP_SDK_PLUGSPACE_END" ref="c879bb1077ecc6132ea3581ef9033753" args="(h)" --> | |
87 <div class="memitem"> | |
88 <div class="memproto"> | |
89 <table class="memname"> | |
90 <tr> | |
91 <td class="memname">#define _VAMP_SDK_PLUGSPACE_END </td> | |
92 <td>(</td> | |
93 <td class="paramtype">h </td> | |
94 <td class="paramname"> </td> | |
95 <td> ) </td> | |
96 <td></td> | |
97 </tr> | |
98 </table> | |
99 </div> | |
100 <div class="memdoc"> | |
101 | |
102 <p> | |
103 | |
104 <p>Definition at line <a class="el" href="plugguard_8h-source.html#l00076">76</a> of file <a class="el" href="plugguard_8h-source.html">plugguard.h</a>.</p> | |
105 | |
106 </div> | |
107 </div><p> | |
108 </div> | |
109 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 8 14:37:18 2008 for VampPluginSDK by | |
110 <a href="http://www.doxygen.org/index.html"> | |
111 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> | |
112 </body> | |
113 </html> |