-1
初期化を調整するパラメータを探しています。後uncrustify、c、構造体初期化メンバ
V_Zyle[Z1]=(Zylinder){&AP31[0], &AP31[1], &XP12_22_1, &XP12_22_2, 0, 0, ZY_PL}; // Z1 Drehzylinder Vereinzelung
V_Zyle[Z2]=(Zylinder){&AP31[2], &AP31[3], NULL, NULL, 0, 0, ZY_GR}; // Z2 Blasluft Topf Gehäuse
V_Zyle[Z3]=(Zylinder){&AP31[4], &AP31[5], NULL, NULL, 0, 0, ZY_GR}; // Z3 Blasluft Zuführung Gehäuse
:
V_Zyle[Z1]=(Zylinder){&AP31[0], &AP31[1], &XP12_22_1, &XP12_22_2, 0, 0, ZY_PL}; // Z1 Drehzylinder Vereinzelung
V_Zyle[Z2]=(Zylinder){&AP31[2], &AP31[3], NULL, NULL, 0, 0, ZY_GR}; // Z2 Blasluft Topf Gehäuse
V_Zyle[Z3]=(Zylinder){&AP31[4], &AP31[5], NULL, NULL, 0, 0, ZY_GR}; // Z3 Blasluft Zuführung Gehäuse
がうまくいけば、これを行う方法がある前に
。
あなたの答えはThanxです。 –