Пример #1
0
        public InputDataGetGGT26Dof(InputDeviceGGT26DofPart _inputDeviceGGT26DofPart) : base(_inputDeviceGGT26DofPart)
        {
            inputDeviceGGT26DofPart = _inputDeviceGGT26DofPart;

            dataGetOneList.Add(inputDataGetHandsData       = inputDataGGT26DofGetHandsData = new InputDataGGT26DofGetHandsData(this));
            dataGetOneList.Add(inputDataGetGGT26DofPosture = new InputDataGetGGT26DofPosture(this));
        }
Пример #2
0
        public InputDataGGT26Dof(InputDeviceGGT26DofPart _inputDeviceGGT26DofPart) : base(_inputDeviceGGT26DofPart)
        {
            inputDeviceGGT26DofPart = _inputDeviceGGT26DofPart;

            if (inputDeviceGGT26DofPart.PartType == InputDevicePartType.HandLeft)
            {
                handsInfo.handLeft = handInfo = new GGT26DofHandInfo("/sdcard/GreyHandConfig.txt");
            }
            else if (inputDeviceGGT26DofPart.PartType == InputDevicePartType.HandRight)
            {
                handsInfo.handRight = handInfo = new GGT26DofHandInfo("/sdcard/GreyHandConfig.txt");
            }
        }
Пример #3
0
 public InputDeviceGGT26DofPartStatus(InputDeviceGGT26DofPart _inputDeviceHandPart) : base(_inputDeviceHandPart)
 {
     inputDeviceGGT26DofPart = _inputDeviceHandPart;
 }