All Classes Functions
DialogTarget.h
1 #ifndef DialogTarget_H
2 #define DialogTarget_H
3 
4 #include <string>
5 
6 class VESSEL;
7 class MFDDataLaunchMFD;
8 
10 {
11  public:
12  static bool clbk(void *id, char *str, void *usrdata);
13 
14  protected:
15  private:
16  static VESSEL * UpdateProbe( MFDDataLaunchMFD * data, double incl, double LAN, int frame );
17  static std::string GetProbeName( VESSEL * v );
18 };
19 
20 #endif // DialogTarget_H