30 #ifndef PXPVDSDK_PXPVD_H 31 #define PXPVDSDK_PXPVD_H 98 eALL = (eDEBUG | ePROFILE | eMEMORY)
129 virtual void disconnect() = 0;
143 virtual bool isConnected(
bool useCachedStatus =
true) = 0;
159 virtual void release() = 0;
178 #endif // PXPVDSDK_PXPVD_H Definition: GuContactBuffer.h:37
virtual ~PxPvd()
Definition: PxPvd.h:162
#define PX_C_EXPORT
Definition: Pxc.h:54
#define PX_CALL_CONV
Definition: PxPreprocessor.h:315
PX_C_EXPORT PxPvd *PX_CALL_CONV PxCreatePvd(PxFoundation &foundation)
Create a pvd instance.
Enum
Definition: PxPvd.h:52
Foundation SDK singleton class.
Definition: PxFoundation.h:51
PxU16 flags
a set of Px1DConstraintFlags
Definition: PxConstraintDesc.h:110
PxPvdTransport is an interface representing the data transport mechanism. This class defines all serv...
Definition: PxPvdTransport.h:53
PxPvd is the top-level class for the PVD framework, and the main customer interface for PVD configura...
Definition: PxPvd.h:114
PxFlags< PxPvdInstrumentationFlag::Enum, uint8_t > PxPvdInstrumentationFlags
Bitfield that contains a set of raised flags defined in PxPvdInstrumentationFlag. ...
Definition: PxPvd.h:107
Container for bitfield flag variables associated with a specific enum type.
Definition: PxFlags.h:73
types of instrumentation that PVD can do.
Definition: PxPvd.h:50