Home
last modified time | relevance | path

Searched refs:rotationOpElem (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DCarModelConfigReader.cpp141 bool ReadOp<RotationOp>(const XMLElement* rotationOpElem, RotationOp* rotationOp) { in ReadOp() argument
142 RETURN_IF_FALSE(ReadVhalProperty(rotationOpElem, "VhalProperty", &rotationOp->vhalProperty)); in ReadOp()
144 RETURN_IF_FALSE(ReadAnimationType(rotationOpElem, "AnimationType", &rotationOp->type)); in ReadOp()
146 RETURN_IF_FALSE(ReadFloat3(rotationOpElem, "RotationAxis", &rotationOp->axis.axisVector)); in ReadOp()
148 RETURN_IF_FALSE(ReadFloat3(rotationOpElem, "RotationPoint", &rotationOp->axis.rotationPoint)); in ReadOp()
151 ReadValue(rotationOpElem, "DefaultRotationValue", &rotationOp->defaultRotationValue)); in ReadOp()
153 RETURN_IF_FALSE(ReadValue(rotationOpElem, "AnimationTimeMs", &rotationOp->animationTime)); in ReadOp()
155 RETURN_IF_FALSE(ReadRange(rotationOpElem, "RotationRange", &rotationOp->rotationRange)); in ReadOp()
157 RETURN_IF_FALSE(ReadRange(rotationOpElem, "VhalRange", &rotationOp->vhalRange)); in ReadOp()