Skip to content

Commit

Permalink
Rename saturation table to pressure table
Browse files Browse the repository at this point in the history
  • Loading branch information
abakst committed Feb 4, 2022
1 parent 4c7ddeb commit 418a653
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs/HARDENS.sysml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ package id Architecture 'RTS Architecture' {
out mode: TripModeCommand;
}

part def SaturationTable {
part def PressureTable {
doc /* The saturation table gives us the saturation pressure margin given
* the current temperature and pressure, hence the output is pressure
*/
Expand Down Expand Up @@ -260,10 +260,10 @@ package id Architecture 'RTS Architecture' {
part instrumentationUnit3 : InstrumentationUnit;
part instrumentationUnit4 : InstrumentationUnit;

part table1 : SaturationTable;
part table2 : SaturationTable;
part table3 : SaturationTable;
part table4 : SaturationTable;
part table1 : PressureTable;
part table2 : PressureTable;
part table3 : PressureTable;
part table4 : PressureTable;

part tempDemux1 : TempSensor::Demux;
part tempDemux2 : TempSensor::Demux;
Expand Down

0 comments on commit 418a653

Please sign in to comment.