Data Fields | |
dwVehicleBodyProperties | body |
Properties of the base body (passenger car body, truck tractor chassis) More... | |
dwVehicleAxleProperties | axleFront |
Properties of the front (steering) axle [m]. More... | |
dwVehicleAxleProperties | axleRear |
Properties of the rear axle group [m]. More... | |
dwVehicleActuationProperties | actuation |
Vehicle actuation properties. More... | |
dwVehicleDynamicsProperties | dynamics |
Vehicle dynamics properties. More... | |
dwVehicleSuspensionProperties | suspension |
Vehicle suspension properties. More... | |
dwVehicleWheelEncoderProperties | wheelEncoder |
Wheel encoder properties. More... | |
dwVehicleCabin | cabin |
Properties of an optional floating cabin attached to the base body. More... | |
bool | hasCabin |
Indicates presence of a cabin. More... | |
dwVehicleTrailer | trailers [DW_VEHICLE_MAX_NUM_TRAILERS] |
Properties of trailer units. More... | |
uint32_t | numTrailers |
Stores the occupied/valid length of trailers. More... | |
float32_t | contourPointsX [DW_VEHICLE_NUM_CONTOUR_POINTS] |
Array of x axis values of the vehicle's contour points in meters relative to the center of the rear axle. More... | |
float32_t | contourPointsY [DW_VEHICLE_NUM_CONTOUR_POINTS] |
Array of y axis values of the vehicle's contour points in meters relative to the center of the rear axle. More... | |
dwVehicleActuationProperties dwGenericVehicle::actuation |
dwVehicleAxleProperties dwGenericVehicle::axleFront |
dwVehicleAxleProperties dwGenericVehicle::axleRear |
dwVehicleBodyProperties dwGenericVehicle::body |
dwVehicleCabin dwGenericVehicle::cabin |
float32_t dwGenericVehicle::contourPointsX[DW_VEHICLE_NUM_CONTOUR_POINTS] |
float32_t dwGenericVehicle::contourPointsY[DW_VEHICLE_NUM_CONTOUR_POINTS] |
dwVehicleDynamicsProperties dwGenericVehicle::dynamics |
bool dwGenericVehicle::hasCabin |
uint32_t dwGenericVehicle::numTrailers |
dwVehicleSuspensionProperties dwGenericVehicle::suspension |
dwVehicleTrailer dwGenericVehicle::trailers[DW_VEHICLE_MAX_NUM_TRAILERS] |
dwVehicleWheelEncoderProperties dwGenericVehicle::wheelEncoder |