ROPO
Loading...
Searching...
No Matches
fmi_sunpos.h
1
24#ifndef _FMI_SUNPOS_
25#define _FMI_SUNPOS_
26
33void sunPosition(double latR, double lonR,char *timestamp,double *azimuth,double *elevation);
34
35#endif
36