dRonin
adbada4
dRonin GCS
|
#include <homelocationutil.h>
Public Member Functions | |
HomeLocationUtil () | |
int | getDetails (double LLA[3], double Be[3]) |
Get local magnetic field. More... | |
Definition at line 37 of file homelocationutil.h.
Utils::HomeLocationUtil::HomeLocationUtil | ( | ) |
Definition at line 40 of file homelocationutil.cpp.
int Utils::HomeLocationUtil::getDetails | ( | double | LLA[3], |
double | Be[3] | ||
) |
Get local magnetic field.
[in] | LLA | The longitude-latitude-altitude coordinate to compute the magnetic field at |
[out] | Be | The resulting magnetic field at that location and time in [mGau](?) |
Definition at line 50 of file homelocationutil.cpp.