Files
Signal-Server/models/egli.hh
2017-04-19 22:06:20 +01:00

7 lines
120 B
C++

#ifndef _EGLI_HH_
#define _EGLI_HH_
double EgliPathLoss(float f, float h1, float h2, float d);
#endif /* _EGLI_HH_ */