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

Add Autocoder for Model Lists #240

Open
kylekrol opened this issue Sep 26, 2020 · 0 comments
Open

Add Autocoder for Model Lists #240

kylekrol opened this issue Sep 26, 2020 · 0 comments
Labels

Comments

@kylekrol
Copy link
Member

Currently, we only have a header autocoder for standard models. We should add an autocoder for a model list to keep a consistent interface and allow for documentation generators to be written.

An example yaml could look something like this:

name: SatelliteTruth
type: ModelList
comment: >
    Simulates the truth state of a single satellite.

args:
    - prefix
    - satellite

models:
    - name: OrbitGnc
      type: Orbit
      args:
          - "{prefix}"
          - "{satellite}"
    - ...

params:
    - ...

adds:
    - ...

gets:
    - ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant