Skip to content

Commit df4a71d

Browse files
committed
updated Radio's class javadocs.
1 parent dde3410 commit df4a71d

File tree

1 file changed

+2
-0
lines changed
  • dependencyLibs/Core/src/org/droidplanner/core/drone/variables

1 file changed

+2
-0
lines changed

dependencyLibs/Core/src/org/droidplanner/core/drone/variables/Radio.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Parses the mavlink radio messages.
1111
*
1212
* TODO: update signal info calculations based on the used radio hardware.
13+
* TODO: create accessors for the raw signal values, and the updated ones based on the radio hardware. Maybe push the
14+
* accessors to the client library layer.
1315
*/
1416
public class Radio extends DroneVariable implements DroneInterfaces.OnDroneListener{
1517
public static final int MAX_FADE_MARGIN = 50;

0 commit comments

Comments
 (0)