add datetime settings

This commit is contained in:
eddyem
2020-02-24 16:16:59 +03:00
parent f6fdff12a5
commit ab524d4bf6
5 changed files with 69 additions and 14 deletions

View File

@@ -70,5 +70,7 @@ typedef struct{
int get_MJDt(struct timeval *tval, sMJD *MJD);
int get_ObsPlace(struct timeval *tval, polarCrds *p2000, polarCrds *pnow, horizCrds *hnow);
int getDUT(almDut *a);
int getWeath(placeWeather *w);
int getPlace(placeData *p);
#endif // LIBSOFA_H__