FACT++  1.0
RstTime Nova::GetSolarRst ( double  jd,
const LnLatPosn obs,
double  hrz = LN_SOLAR_STANDART_HORIZON 
)

Definition at line 97 of file nova.h.

Referenced by StateMachineEventServer::Execute(), GetSolarRst(), main(), and Sun::Rst().

98  {
99  RstTime rst;
100  ln_get_solar_rst_horizon(jd, const_cast<LnLatPosn*>(&obs), hrz, &rst);
101  return rst;
102  }
ln_rst_time RstTime
Definition: nova.h:13

+ Here is the caller graph for this function: