Definition at line 2340 of file drivectrl.cc.
References Local::az, data, RaDec::dec, dev, Time::GetAsStr(), Drive::State::kOnTrack, Drive::State::kTracking, PointingData::mount, Nova::ORM(), PointingData::pointing, RaDec::ra, PointingData::sky, PointingData::source, and Local::zd.
2369 array<double, 12> dim;
2376 dim[6] = data.
sky.
zd * 180/M_PI;
2377 dim[7] = data.
sky.
az * 180/M_PI;
2385 if (
fDrive.GetVerbosity())
2386 T::Out() <<
Time().
GetAsStr(
" %H:%M:%S.%f") <<
" - Deviation [deg] " << absdev <<
"\"|" << avgdev <<
"\"|" <<
fDevCount<<
" dZd=" << dev.
zd*3600 <<
"\" dAz=" << dev.
az*3600 <<
"\"" << endl;
2397 return T::GetCurrentState();
vector< double > fDevBuffer
double GetDevAbs(double nomzd, double meszd, double devaz)
uint64_t fTrackingCounter
Adds some functionality to boost::posix_time::ptime for our needs.
PointingData CalcPointingPos(double mjd)
uint16_t fDeviationCounter
Return to feeserver c CVS log Up to[MAIN] dcscvs FeeServer feeserver src Wed FeeServer_v0 v0 dev
std::string GetAsStr(const char *fmt="%Y-%m-%d %H:%M:%S") const