Files
Signal-Server/models/pel.hh

7 lines
112 B
C++

#ifndef _PEL_HH_
#define _PEL_HH_
double PlaneEarthLoss(float d, float TxH, float RxH);
#endif /* _PEL_HH_ */