aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html
diff options
context:
space:
mode:
authorgit perforce import user <a@b>2016-10-25 12:29:14 -0600
committerSheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees>2016-10-25 18:56:37 -0500
commit3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch)
treefa6485c169e50d7415a651bf838f5bcd0fd3bfbd /PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html
downloadphysx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz
physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip
Initial commit:
PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167]
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html
new file mode 100644
index 00000000..e05bd398
--- /dev/null
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPvdTransport_8h.html
@@ -0,0 +1,66 @@
+<html>
+ <head>
+ <title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxPvdTransport.h File Reference</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>PxPvdTransport.h File Reference</h1><code>#include &quot;<a class="el" href="PxErrors_8h-source.html">foundation/PxErrors.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="PxFlags_8h-source.html">foundation/PxFlags.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="PxPvd_8h-source.html">pvd/PxPvd.h</a>&quot;</code><br>
+
+<p>
+<div class="dynheader">
+Include dependency graph for PxPvdTransport.h:</div>
+<div class="dynsection">
+<p><center><img src="PxPvdTransport_8h__incl.png" border="0" usemap="#PxPvdTransport.h_map" alt=""></center>
+<map name="PxPvdTransport.h_map">
+<area shape="rect" href="PxErrors_8h.html" title="foundation/PxErrors.h" alt="foundation/PxErrors.h" coords="407,293,540,314"><area shape="rect" href="PxFlags_8h.html" title="foundation/PxFlags.h" alt="foundation/PxFlags.h" coords="192,154,320,176"><area shape="rect" href="PxPvd_8h.html" title="pvd/PxPvd.h" alt="pvd/PxPvd.h" coords="333,85,413,106"><area shape="rect" href="Px_8h.html" title="foundation/Px.h" alt="foundation/Px.h" coords="320,362,419,384"><area shape="rect" href="PxSimpleTypes_8h.html" title="foundation/PxSimpleTypes.h" alt="foundation/PxSimpleTypes.h" coords="144,432,320,453"><area shape="rect" href="PxPreprocessor_8h.html" title="foundation/PxPreprocessor.h" alt="foundation/PxPreprocessor.h" coords="7,501,183,522"><area shape="rect" href="PxProfiler_8h.html" title="foundation/PxProfiler.h" alt="foundation/PxProfiler.h" coords="344,154,483,176"><area shape="rect" href="PxFoundation_8h.html" title="foundation/PxFoundation.h" alt="foundation/PxFoundation.h" coords="323,224,483,245"></map>
+</div>
+
+<p>
+<div class="dynheader">
+This graph shows which files directly or indirectly include this file:</div>
+<div class="dynsection">
+<p><center><img src="PxPvdTransport_8h__dep__incl.png" border="0" usemap="#PxPvdTransport.hdep_map" alt=""></center>
+<map name="PxPvdTransport.hdep_map">
+<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="13,85,112,107"></map>
+</div>
+
+<p>
+<a href="PxPvdTransport_8h-source.html">Go to the source code of this file.</a><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">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>Functions</h2></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="group__pvd.html#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="group__pvd.html#g1a107a94b25a6bce053c3549908b8103"></a><br></td></tr>
+</table>
+</div>
+
+<hr style="width: 100%; height: 2px;"><br>
+Copyright &copy; 2008-2016 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>