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:
- ...
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: