47 #include "HUDCompass.h"
57 void SetTargetAzimuth(
double azimuth, LAUNCH_AZIMUTH azFlag);
58 void SetApses(
double PeA,
double ApA);
59 void SetTargetPitch(
double pitch);
61 virtual void DrawHUD(
int mode,
const HUDPAINTSPEC *hps, MyDC hDC);
71 void DrawCompassRose(MyDC hDC);
72 void DrawTargetPitchAndLines(MyDC hDC,
double targetIncl,
double radius);
73 void DrawVessel(MyDC hDC);
74 void PrintWords(MyDC hDC,
bool launched);
76 double GetHeadBearing();
77 static bool SetTargetCallback(
void *
id,
char *str,
void *user);
78 void SetTargetBearing();
86 LAUNCH_AZIMUTH azFlag;