FACT++  1.0
const LnLatPosn& Nova::ORM ( )

Definition at line 66 of file nova.h.

Referenced by PointingModel::CalcPointingPos(), GetEquFromHrz(), GetHrzFromEqu(), Time::GetNextSunRise(), Time::GetPrevSunRise(), GetSolarRst(), and StateMachineDrive< T, S >::UpdateTrackingPosition().

67  {
68  //static LnLatPosn obs;
69  //obs.lng = -(17.+53./60+26.525/3600);
70  //obs.lat = 28.+45./60+42.462/3600;
71  const static LnLatPosn obs = { -(17.+53./60+26.525/3600), 28.+45./60+42.462/3600 };
72  return obs;
73  }
ln_lnlat_posn LnLatPosn
Definition: nova.h:12

+ Here is the caller graph for this function: