All Classes Functions
DialogPID.h
1 #ifndef DIALOGPID_H
2 #define DIALOGPID_H
3 
4 class LaunchMFD;
5 
6 class DialogPID
7 {
8  public:
9  void PIDTuningXY( LaunchMFD * launchMFD );
10  void PIDTuningBank( LaunchMFD * launchMFD );
11 
12  protected:
13  private:
14  static bool clbkPIDTuningXY(void *id, char *str, void *usrdata);
15  static bool clbkPIDTuningBank(void *id, char *str, void *usrdata);
16 };
17 
18 #endif // DIALOGPID_H