Class LongPath
java.lang.Object
uk.m0nom.adifproc.comms.ionosphere.LongPath
- All Implemented Interfaces:
CommsLinkGenerator
Long Path HF Propagation Visualization.
We do a short path computation, take the 180-degree angle and then fire off the signal in that direction, with a short-ish hop distance until we get converge on the target station. Then we add a hop to cover the difference and recalculate.
This is the longest path long path and doesn't take into account any antenna directionality as it stands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommunicationsLink(TransformControl control, GlobalCoords3D start, GlobalCoords3D end, Adif3Record rec)
-
Constructor Details
-
LongPath
public LongPath()
-
-
Method Details
-
getCommunicationsLink
public CommsLinkResult getCommunicationsLink(TransformControl control, GlobalCoords3D start, GlobalCoords3D end, Adif3Record rec) - Specified by:
getCommunicationsLinkin interfaceCommsLinkGenerator
-