PxDefaultPvdSocketTransportCreate#

Defined in include/pvd/PxPvdTransport.h

PxPvdTransport *PxDefaultPvdSocketTransportCreate(
const char *host,
int port,
unsigned int timeoutInMilliseconds,
)#

Create a default socket transport.

Parameters:
  • host – host address of the pvd application.

  • port – ip port used for pvd, should same as the port setting in pvd application.

  • timeoutInMilliseconds – timeout when connect to pvd host.