Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSD add #91

Open
klint-k opened this issue Jul 12, 2019 · 0 comments
Open

RSD add #91

klint-k opened this issue Jul 12, 2019 · 0 comments

Comments

@klint-k
Copy link

klint-k commented Jul 12, 2019

Hello
Will this work?

class RSD(TalkerSentence):
    """ RADAR System Data
    """
    fields = (("Origin 1 range", "origin_1_range"), # Origin 1 range, from own ship
              ("Origin 1 bearing", "origin_1_bearing", float), # Origin 1 bearing, degrees from 0
              ("Variable Range Marker 1", "VRM1"), # Variable Range Marker 1 (VRM1), range
              ("Bearing Line 1", "EBL1", float), # Bearing Line 1 (EBL1), degrees from 0
              ("Origin 2 range", "origin_2_range"), # Origin 2 range
              ("Origin 2 bearing", "origin_2_bearing", float), # Origin 2 bearing
              ("Variable Range Marker 2", "VRM2"), # VRM2, range
              ("Bearing Line 2", "EBL2"), # EBL2, degrees
              ("Cursor Range", "Cursor_range", Decimal), # Cursor Range From Own Ship
              ("Cursor Bearing Degrees", "cursor_bearing", float), # Cursor Bearing Degrees Clockwise From Zero
              ("Range Scale", "range_scale", Decimal), # Range Scale
              ("Range Unit", "dist_unit"), # Range Unit
              ("Display rotation", "display_rotation"), # Display rotation 1
              )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant