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

switch define for the datetype name #13

Open
Pomax opened this issue May 20, 2023 · 0 comments
Open

switch define for the datetype name #13

Pomax opened this issue May 20, 2023 · 0 comments

Comments

@Pomax
Copy link
Owner

Pomax commented May 20, 2023

That is, change this:

  "BOARDINGRAMP ELEVATION TARGET": define(
    `The target altitude AGL of the top of the boarding ramp stairs.`,
    Meters,
    Float64
  )

to this:

  "BOARDINGRAMP ELEVATION TARGET": float64.meters(`The target ...`)

Using a Proxy object to chain the data type and unit

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