protected override void ModuleCreater()
 {
     inputDataBase             = inputDataHand = inputDataGGT26Dof = new InputDataGGT26Dof(this);
     inputDataGetBase          = inputDataGetHand = inputDataGetGGT26Dof = new InputDataGetGGT26Dof(this);
     inputDevicePartStatusBase = inputDevicePartStatusHand = inputDeviceGGT26DofPartStatus = new InputDeviceGGT26DofPartStatus(this);
     base.ModuleCreater();
 }
 public InputDataGGT26DofGetHandsData(InputDataGetGGT26Dof _inputDataGetGGT26Dof) : base(_inputDataGetGGT26Dof)
 {
     inputDataGetGGT26Dof = _inputDataGetGGT26Dof;
 }
 public InputDataGetGGT26DofPosture(InputDataGetGGT26Dof _inputDataGetGGT26Dof) : base(_inputDataGetGGT26Dof)
 {
     inputDataGetGGT26Dof = _inputDataGetGGT26Dof;
 }