PxVehiclePvdAntiRollsRegister

Defined in include/vehicle2/pvd/PxVehiclePvdFunctions.h

void PxVehiclePvdAntiRollsRegister(const PxVehicleSizedArrayData<const PxVehicleAntiRollForceParams> &antiRollForceParams, const PxVehicleAntiRollTorque *antiRollTorque, const PxVehiclePvdAttributeHandles &attributeHandles, PxVehiclePvdObjectHandles *objectHandles, OmniPvdWriter *omniWriter)

Register object instances in omnipvd that will be used to reflect the antiroll bars of a vehicle instance.

Note

If antiRollForceParams is empty, the corresponding data will not be reflected in omnipvd.

Note

If antiRollTorque is NULL, the corresponding data will not be reflected in omnipvd.

Note

objectHandles must be non-NULL

Note

omniWriter must be non-NULL

Parameters
  • antiRollForceParams[in] is an array of antiroll parameters.

  • antiRollTorque[in] describes the instantaneous accumulated torque from all antiroll bas.

  • attributeHandles[in] contains a general description of vehicle parameters and states that will be reflected in omnipvd.

  • objectHandles[in] contains unique handles for the parameters and states of each vehicle instance.

  • omniWriter[in] is an OmniPvdWriter instance used to communicate state and parameter data to omnipvd.