Skip to content

Commit

Permalink
Merge pull request #2 from nasa-itc/nos3#445
Browse files Browse the repository at this point in the history
[nasa/nos3#445] Move XTCE into Components
  • Loading branch information
rjbrown2 authored Feb 6, 2025
2 parents 58dea3d + d50b453 commit 28e2950
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 3,876 deletions.
29 changes: 14 additions & 15 deletions src/main/yamcs/etc/yamcs.nos3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ dataLinks:
port: 5111
updateSimulationTime: true
packetPreprocessorClassName: org.yamcs.nos3.Truth42PacketPreprocessor

mdb:
- type: xtce
args:
Expand Down Expand Up @@ -92,46 +91,46 @@ mdb:
file: mdb/to_debug.xtce
- type: xtce
args:
file: mdb/arducam.xtce
file: ${env.COMPONENT_DIR}/arducam/gsw/arducam.xtce
- type: xtce
args:
file: mdb/generic_adcs.xtce
file: ${env.COMPONENT_DIR}/generic_adcs/gsw/generic_adcs.xtce
- type: xtce
args:
file: mdb/generic_css.xtce
file: ${env.COMPONENT_DIR}/generic_css/gsw/generic_css.xtce
- type: xtce
args:
file: mdb/generic_eps.xtce
file: ${env.COMPONENT_DIR}/generic_eps/gsw/generic_eps.xtce
- type: xtce
args:
file: mdb/generic_fss.xtce
file: ${env.COMPONENT_DIR}/generic_fss/gsw/generic_fss.xtce
- type: xtce
args:
file: mdb/generic_imu.xtce
file: ${env.COMPONENT_DIR}/generic_imu/gsw/generic_imu.xtce
- type: xtce
args:
file: mdb/generic_mag.xtce
file: ${env.COMPONENT_DIR}/generic_mag/gsw/generic_mag.xtce
- type: xtce
args:
file: mdb/generic_radio.xtce
file: ${env.COMPONENT_DIR}/generic_radio/gsw/generic_radio.xtce
- type: xtce
args:
file: mdb/generic_reaction_wheel.xtce
file: ${env.COMPONENT_DIR}/generic_reaction_wheel/gsw/generic_reaction_wheel.xtce
- type: xtce
args:
file: mdb/generic_star_tracker.xtce
file: ${env.COMPONENT_DIR}/generic_star_tracker/gsw/generic_star_tracker.xtce
- type: xtce
args:
file: mdb/generic_thruster.xtce
file: ${env.COMPONENT_DIR}/generic_thruster/gsw/generic_thruster.xtce
- type: xtce
args:
file: mdb/generic_torquer.xtce
file: ${env.COMPONENT_DIR}/generic_torquer/gsw/generic_torquer.xtce
- type: xtce
args:
file: mdb/novatel_oem615.xtce
file: ${env.COMPONENT_DIR}/novatel_oem615/gsw/novatel_oem615.xtce
- type: xtce
args:
file: mdb/sample.xtce
file: ${env.COMPONENT_DIR}/sample/gsw/sample.xtce
# - type: xtce
# args:
# file: mdb/syn.xtce
Expand Down
2 changes: 1 addition & 1 deletion src/main/yamcs/etc/yamcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ instances:

# Secret key unique to a particular Yamcs installation.
# This is used to provide cryptographic signing.
secretKey: changeme
secretKey: changeme
141 changes: 0 additions & 141 deletions src/main/yamcs/mdb/arducam.xtce

This file was deleted.

Loading

0 comments on commit 28e2950

Please sign in to comment.