Add user link parameters

This commit is contained in:
Tim Schubert 2020-08-10 18:28:59 +02:00
parent bb3bcb627c
commit 7293dbbad1
12 changed files with 247 additions and 96 deletions

View file

@ -76,7 +76,9 @@ private:
double fspl,
double atmosphericLoss,
double linkMargin,
double dataRate);
double dataRate,
double rxGain,
double rxLoss);
};
};