forked from ExternalVendorCode/Signal-Server
7 lines
132 B
C++
7 lines
132 B
C++
#ifndef _HATA_HH_
|
|
#define _HATA_HH_
|
|
|
|
double HATApathLoss(float f, float h_B, float h_M, float d, int mode);
|
|
|
|
#endif /* _HATA_HH_ */
|