Uses of Class
angleMeasurement.AngleDataUnit
Packages that use AngleDataUnit
-
Uses of AngleDataUnit in angleMeasurement
Methods in angleMeasurement that return AngleDataUnitModifier and TypeMethodDescriptionAngleDataBlock.getHeldAngle()protected AngleDataUnitAngleProcess.holdAngle()Methods in angleMeasurement with parameters of type AngleDataUnitModifier and TypeMethodDescriptionvoidAngleControl.newAngle(AngleDataUnit angleDataUnit) voidAngleSidePanel.newAngle(AngleDataUnit angleDataUnit) voidAngleDataBlock.setHeldAngle(AngleDataUnit heldAngle) protected voidAngleSidePanel.showHeldAngle(AngleDataUnit angleDataUnit) -
Uses of AngleDataUnit in IMU
Methods in IMU that return AngleDataUnitModifier and TypeMethodDescriptionIMUImport.createDataUnit(ArrayList<Double> imuData) Create a data unit from input Array:Methods in IMU with parameters of type AngleDataUnitModifier and TypeMethodDescriptionvoidIMUControl.addDataToDataBlock(AngleDataUnit pamDataUnit) voidIMUImportMananger.addDataToDataBlock(AngleDataUnit dataUnit) voidIMUDataBlock.addPamData(AngleDataUnit pamDataUnit) -
Uses of AngleDataUnit in videoRangePanel.vrmethods.IMUMethod
Methods in videoRangePanel.vrmethods.IMUMethod that return AngleDataUnitModifier and TypeMethodDescriptionIMUMethod.getCurrentIMUData()static AngleDataUnitIMUMethod.searchIMUDataBlock(IMUDataBlock imuDataBlock, long timeMillis, long searchInterval) Search the datablock for angle data.