26 DipoleAntenna(uint8_t type,
double frequency,
int polarization,
double pointing_error);
double get_beamwidth()
Get the beamwidth of the dipole antenna. This is the implementation of the parent's pure virtual func...
Definition dipole.cpp:37
DipoleAntenna(uint8_t type, double frequency, int polarization, double pointing_error)
The constructor of dipole_antenna class.
Definition dipole.cpp:9
double get_gain_rolloff()
Get the the gain roll-off of the antenna.
Definition dipole.cpp:20
double get_gain()
Get the gain of the dipole antenna. This is the implementation of the parent's pure virtual function ...
Definition dipole.cpp:18
GenericAntenna(uint8_t type, double frequency, int polarization, double pointing_error)
The constructor of generic_antenna class.
Definition generic.cpp:7