Subversion Repositories Projects

Rev

Rev 307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 307 Rev 337
Line 125... Line 125...
125
    Logger * logger;
125
    Logger * logger;
Line 126... Line 126...
126
 
126
 
127
    sMode Mode;
127
    sMode Mode;
128
    sRxData RxData;
128
    sRxData RxData;
-
 
129
    sNaviData Navi;
Line 129... Line 130...
129
    sNaviData Navi;
130
    sMotor Motor;
130
 
131
 
Line 131... Line 132...
131
    QString RXS;
132
    QString RXS;
Line 203... Line 204...
203
 
204
 
204
    // LCD-Seite vor / zurück
205
    // LCD-Seite vor / zurück
205
    void slot_LCD_UP();
206
    void slot_LCD_UP();
Line 206... Line 207...
206
    void slot_LCD_DOWN();
207
    void slot_LCD_DOWN();
Line 207... Line 208...
207
 
208
 
208
    void slot_Motortest(int Motor1, int Motor2, int Motor3, int Motor4);
209
    void slot_Motortest(sMotor p_Motor);
209
 
210