-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into 407-sample-component-unit-test-coverage
# Conflicts: # Makefile # fsw/apps/sc
- Loading branch information
Showing
42 changed files
with
269 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule generic_fss
updated
10 files
+16 −0 | .gitignore | |
+3 −1 | fsw/cfs/CMakeLists.txt | |
+0 −185 | fsw/cfs/src/generic_fss_device.c | |
+0 −32 | fsw/fprime/src/generic_fss_device.h | |
+7 −22 | fsw/shared/generic_fss_device.c | |
+47 −32 | fsw/shared/generic_fss_device.h | |
+65 −0 | fsw/standalone/CMakeLists.txt | |
+20 −0 | fsw/standalone/device_cfg.h | |
+216 −0 | fsw/standalone/generic_fss_checkout.c | |
+67 −0 | fsw/standalone/generic_fss_checkout.h |
Submodule generic_reaction_wheel
updated
12 files
Submodule generic_star_tracker
updated
2 files
+1 −1 | fsw/cfs/src/generic_star_tracker_device.c | |
+5 −3 | sim/src/generic_star_tracker_data_point.cpp |
Submodule generic_thruster
updated
2 files
+0 −1 | sim/inc/generic_thruster_data_point.hpp | |
+25 −30 | sim/src/generic_thruster_data_point.cpp |
Submodule generic_torquer
updated
20 files
Submodule sample
updated
2 files
+0 −1 | sim/inc/sample_data_point.hpp | |
+25 −30 | sim/src/sample_data_point.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
settings: | ||
digits: 3 | ||
prefix: SRD | ||
sep: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
name: General | ||
normative: true | ||
ref: '' | ||
requirement-level: 1 | ||
reviewed: null | ||
text: NOS shall be able to simulate one or multiple Space Vehicles (SVs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.1 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
settings: | ||
digits: 3 | ||
parent: SRD | ||
prefix: CONFIG_REQ | ||
sep: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
requirement-level: 2 | ||
reviewed: null | ||
text: NOS Shall be able to simulate different ground software (such as F', COSMOS, OpenC3, YAMCS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
requirement-level: 2 | ||
reviewed: null | ||
text: NOS shall be able to simulate different flight software (such as F' and cFS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
requirement-level: 2 | ||
reviewed: null | ||
text: | | ||
NOS shall be able to be reconfigured to represent: | ||
- multiple disparate missions | ||
- multiple scenarios within each mission |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
requirement-level: 2 | ||
reviewed: null | ||
text: | | ||
NOS shall have a simulation environment which is configurable: | ||
a. In its startup location | ||
b. In its startup time | ||
c. In configuration or state of the vehicle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
settings: | ||
digits: 3 | ||
parent: SRD | ||
prefix: FSW_REQ | ||
sep: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS FSW shall be able to build and run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.1 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS FSW shall be able to build unit tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.2 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS FSW shall be able to run code coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.3 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS FSW shall be able to allow for processor-level emulation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
settings: | ||
digits: 3 | ||
parent: SRD | ||
prefix: GSW_REQ | ||
sep: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS GSW shall be able to build and run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
settings: | ||
digits: 3 | ||
parent: SRD | ||
prefix: SIM_REQ | ||
sep: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.0 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS sims shall be able to build and run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.1 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS sims shall be able to build unit tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.2 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: NOS sims shall be able to run code coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
active: true | ||
derived: false | ||
header: '' | ||
level: 1.3 | ||
links: [] | ||
normative: true | ||
ref: '' | ||
reviewed: null | ||
text: | | ||
NOS sims shall demonstrate every supported communication protocol: | ||
a. SPI | ||
b. I2C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
settings: | ||
digits: 3 | ||
parent: SRD | ||
prefix: SV_REQ | ||
sep: '' |
Submodule fprime-nos3
updated
3 files
+48 −0 | Components/SampleSim/SampleSim.cpp | |
+8 −0 | Components/SampleSim/SampleSim.fpp | |
+11 −0 | Components/SampleSim/SampleSim.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.