aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/group__pvd.html
blob: 9ce4f53e7bddaeeaf0b4d073b7b870e569eb931e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<html>
	<head>
		<title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: Pvd</title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
	</head>

	<body bgcolor="#FFFFFF">
		<div id="header">
			<hr class="first">
			<img alt="" src="images/PhysXlogo.png" align="middle"> <br>
			<center>
				<a class="qindex" href="main.html">Main Page</a> &nbsp; 
				<a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; 
				<a class="qindex" href="annotated.html">Compound List</a> &nbsp; 
				<a class="qindex" href="functions.html">Compound Members</a> &nbsp;  
			</center>
			<hr class="second">
		</div>
<!-- Generated by Doxygen 1.5.8 -->
<div class="contents">
<h1>Pvd</h1>
<p>
<div class="dynheader">
Collaboration diagram for Pvd:</div>
<div class="dynsection">
<center><table><tr><td><img src="group__pvd.png" border="0" alt="" usemap="#group____pvd_map">
<map name="group____pvd_map">
<area shape="rect" href="group__foundation.html" title="Foundation" alt="Foundation" coords="152,16,224,37"></map></td></tr></table></center>
</div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPxPvdSceneFlag.html">PxPvdSceneFlag</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">PVD scene Flags. They are disabled by default, and only works if <a class="el" href="structPxPvdInstrumentationFlag.html#e5be1bcb179a96c601194126230aeededaffb4216dd0bc2a5683245ea725afdf" title="Send debugging information to PVD.">PxPvdInstrumentationFlag::eDEBUG</a> is set.  <a href="structPxPvdSceneFlag.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxPvdSceneClient.html">PxPvdSceneClient</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Special client for <a class="el" href="classPxScene.html" title="A scene is a collection of bodies, particle systems and constraints which can interact...">PxScene</a>. It provides access to the <a class="el" href="structPxPvdSceneFlag.html" title="PVD scene Flags. They are disabled by default, and only works if PxPvdInstrumentationFlag::eDEBUG...">PxPvdSceneFlag</a>. It also provides simple user debug services that associated scene position such as immediate rendering and camera updates.  <a href="classPxPvdSceneClient.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPxPvdInstrumentationFlag.html">PxPvdInstrumentationFlag</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">types of instrumentation that PVD can do.  <a href="structPxPvdInstrumentationFlag.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxPvd.html">PxPvd</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classPxPvd.html" title="PxPvd is the top-level class for the PVD framework, and the main customer interface...">PxPvd</a> is the top-level class for the PVD framework, and the main customer interface for PVD configuration.It is a singleton class, instantiated and owned by the application.  <a href="classPxPvd.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPxPvdTransport.html">PxPvdTransport</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classPxPvdTransport.html" title="PxPvdTransport is an interface representing the data transport mechanism. This class...">PxPvdTransport</a> is an interface representing the data transport mechanism. This class defines all services associated with the transport: configuration, connection, reading, writing etc. It is owned by the application, and can be realized as a file or a socket (using one-line PxDefault&lt;...&gt; methods in PhysXExtensions) or in a custom implementation. This is a class that is intended for use by PVD, not by the application, the application entry points are <a class="el" href="classPxPvd.html" title="PxPvd is the top-level class for the PVD framework, and the main customer interface...">PxPvd</a> and PvdClient.  <a href="classPxPvdTransport.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacephysx.html">physx</a></td></tr>

<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classPxFlags.html">PxFlags</a><br class="typebreak">
&lt; <a class="el" href="structPxPvdSceneFlag.html#fa6d3e9f667028233457051fe78042bd">PxPvdSceneFlag::Enum</a>, PxU8 &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__pvd.html#g23ddab69994886fb588a139635bff64b">PxPvdSceneFlags</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Bitfield that contains a set of raised flags defined in <a class="el" href="structPxPvdSceneFlag.html" title="PVD scene Flags. They are disabled by default, and only works if PxPvdInstrumentationFlag::eDEBUG...">PxPvdSceneFlag</a>.  <a href="#g23ddab69994886fb588a139635bff64b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classPxFlags.html">PxFlags</a><br class="typebreak">
&lt; <a class="el" href="structPxPvdInstrumentationFlag.html#e5be1bcb179a96c601194126230aeede">PxPvdInstrumentationFlag::Enum</a>, <br class="typebreak">
uint8_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__pvd.html#g4e8b7695b7145523688243b39da116c9">PxPvdInstrumentationFlags</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Bitfield that contains a set of raised flags defined in <a class="el" href="structPxPvdInstrumentationFlag.html" title="types of instrumentation that PVD can do.">PxPvdInstrumentationFlag</a>.  <a href="#g4e8b7695b7145523688243b39da116c9"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_PVDSDK_API <a class="el" href="classPxPvd.html">PxPvd</a> *PX_CALL_CONV&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__pvd.html#g19c817bf23bd0d127a29d2a0e392bd6b">PxCreatePvd</a> (<a class="el" href="classPxFoundation.html">PxFoundation</a> &amp;foundation)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a pvd instance.  <a href="#g19c817bf23bd0d127a29d2a0e392bd6b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_PVDSDK_API <a class="el" href="classPxPvdTransport.html">PxPvdTransport</a> <br class="typebreak">
*PX_CALL_CONV&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__pvd.html#g919e770f1d871366dd095c94d9613314">PxDefaultPvdSocketTransportCreate</a> (const char *host, int port, unsigned int timeoutInMilliseconds)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a default socket transport.  <a href="#g919e770f1d871366dd095c94d9613314"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_PVDSDK_API <a class="el" href="classPxPvdTransport.html">PxPvdTransport</a> <br class="typebreak">
*PX_CALL_CONV&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__pvd.html#g1a107a94b25a6bce053c3549908b8103">PxDefaultPvdFileTransportCreate</a> (const char *name)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a default file transport.  <a href="#g1a107a94b25a6bce053c3549908b8103"></a><br></td></tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="g4e8b7695b7145523688243b39da116c9"></a><!-- doxytag: member="PxPvd.h::PxPvdInstrumentationFlags" ref="g4e8b7695b7145523688243b39da116c9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classPxFlags.html">PxFlags</a>&lt;<a class="el" href="structPxPvdInstrumentationFlag.html#e5be1bcb179a96c601194126230aeede">PxPvdInstrumentationFlag::Enum</a>, uint8_t&gt; <a class="el" href="classPxFlags.html">PxPvdInstrumentationFlags</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Bitfield that contains a set of raised flags defined in <a class="el" href="structPxPvdInstrumentationFlag.html" title="types of instrumentation that PVD can do.">PxPvdInstrumentationFlag</a>. 
<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxPvdInstrumentationFlag.html" title="types of instrumentation that PVD can do.">PxPvdInstrumentationFlag</a> </dd></dl>

</div>
</div><p>
<a class="anchor" name="g23ddab69994886fb588a139635bff64b"></a><!-- doxytag: member="PxPvdSceneClient.h::PxPvdSceneFlags" ref="g23ddab69994886fb588a139635bff64b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classPxFlags.html">PxFlags</a>&lt;<a class="el" href="structPxPvdSceneFlag.html#fa6d3e9f667028233457051fe78042bd">PxPvdSceneFlag::Enum</a>, PxU8&gt; <a class="el" href="classPxFlags.html">PxPvdSceneFlags</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Bitfield that contains a set of raised flags defined in <a class="el" href="structPxPvdSceneFlag.html" title="PVD scene Flags. They are disabled by default, and only works if PxPvdInstrumentationFlag::eDEBUG...">PxPvdSceneFlag</a>. 
<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxPvdSceneFlag.html" title="PVD scene Flags. They are disabled by default, and only works if PxPvdInstrumentationFlag::eDEBUG...">PxPvdSceneFlag</a> </dd></dl>

</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="g19c817bf23bd0d127a29d2a0e392bd6b"></a><!-- doxytag: member="PxPvd.h::PxCreatePvd" ref="g19c817bf23bd0d127a29d2a0e392bd6b" args="(PxFoundation &amp;foundation)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">PX_PVDSDK_API <a class="el" href="classPxPvd.html">PxPvd</a>* PX_CALL_CONV PxCreatePvd           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classPxFoundation.html">PxFoundation</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>foundation</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create a pvd instance. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>foundation</em>&nbsp;</td><td>is the foundation instance that stores the allocator and error callbacks. </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="g1a107a94b25a6bce053c3549908b8103"></a><!-- doxytag: member="PxPvdTransport.h::PxDefaultPvdFileTransportCreate" ref="g1a107a94b25a6bce053c3549908b8103" args="(const char *name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">PX_PVDSDK_API <a class="el" href="classPxPvdTransport.html">PxPvdTransport</a>* PX_CALL_CONV PxDefaultPvdFileTransportCreate           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create a default file transport. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>full path filename used save captured pvd data, or NULL for a fake/test file transport. </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="g919e770f1d871366dd095c94d9613314"></a><!-- doxytag: member="PxPvdTransport.h::PxDefaultPvdSocketTransportCreate" ref="g919e770f1d871366dd095c94d9613314" args="(const char *host, int port, unsigned int timeoutInMilliseconds)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">PX_PVDSDK_API <a class="el" href="classPxPvdTransport.html">PxPvdTransport</a>* PX_CALL_CONV PxDefaultPvdSocketTransportCreate           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>host</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>port</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned int&nbsp;</td>
          <td class="paramname"> <em>timeoutInMilliseconds</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create a default socket transport. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>host</em>&nbsp;</td><td>host address of the pvd application. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>port</em>&nbsp;</td><td>ip port used for pvd, should same as the port setting in pvd application. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>timeoutInMilliseconds</em>&nbsp;</td><td>timeout when connect to pvd host. </td></tr>
  </table>
</dl>

</div>
</div><p>
</div>

<hr style="width: 100%; height: 2px;"><br>
Copyright &copy; 2008-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a>
</body>
</html>