diff --git a/src/ontologies/ARINC661/ARINC_661.thy b/src/ontologies/ARINC661/ARINC_661.thy index 33b7cee..04abde3 100644 --- a/src/ontologies/ARINC661/ARINC_661.thy +++ b/src/ontologies/ARINC661/ARINC_661.thy @@ -203,19 +203,4 @@ doc_class PicturePushButton = Widget + (* TO BE COMPLETED *) invariant force_widget_type_8 :: "widget_type \ = A661_PICTURE_PUSH_BUTTON" -(* INSTANCES *) -text*[TemperatureCelciusScale::Picture, widget_ident=4642,parent_ident="Some 4641"]\\ -text*[TemperatureIndicatedPointer::Symbol, widget_ident=4643,parent_ident="Some 4641"]\\ -text*[TemperatureSelectedPointer::Symbol, widget_ident=4644,parent_ident="Some 4641"]\\ -text*[IndicatedTempDRO::Label, widget_ident=4645,parent_ident="Some 4641", label_string="\24\"]\\ -text*[IndicatedUnitLabel::Label, widget_ident=4645,parent_ident="Some 4641", label_string="\C\"]\\ -text*[IncreaseSelectTemp::PicturePushButton, widget_ident=4646,parent_ident="Some 4641"]\\ -text*[DecreaseSelectTemp::PicturePushButton, widget_ident=4647,parent_ident="Some 4641"]\\ - -text*[CabinTempPanel::Panel, widget_ident=4641]\\ - -text*[Layer66::Layer, layer_id=66, widgets_tree="{CabinTempPanel, DecreaseSelectTemp, IncreaseSelectTemp, IndicatedUnitLabel, IndicatedTempDRO, TemperatureSelectedPointer, TemperatureIndicatedPointer, TemperatureCelciusScale}"]\\ - -text*[CabineTemperature::Window, application_id="0x6788", contained_layers="{@{Layer \Layer66\}}"]\\ - end diff --git a/src/ontologies/ARINC661/CabineTemperature.thy b/src/ontologies/ARINC661/CabineTemperature.thy new file mode 100644 index 0000000..487a163 --- /dev/null +++ b/src/ontologies/ARINC661/CabineTemperature.thy @@ -0,0 +1,30 @@ +theory CabineTemperature + imports ARINC_661 + +begin + +value*[TemperatureCelciusScale::Picture, widget_ident=4642,parent_ident="Some 4641"] +\@{Picture \TemperatureCelciusScale\}\ +value*[TemperatureIndicatedPointer::Symbol, widget_ident=4643,parent_ident="Some 4641"] +\@{Symbol \TemperatureIndicatedPointer\}\ +value*[TemperatureSelectedPointer::Symbol, widget_ident=4644,parent_ident="Some 4641"] +\@{Symbol \TemperatureSelectedPointer\}\ +value*[IndicatedTempDRO::Label, widget_ident=4645,parent_ident="Some 4641", label_string="\24\"] +\@{Label \IndicatedTempDRO\}\ +value*[IndicatedUnitLabel::Label, widget_ident=4645,parent_ident="Some 4641", label_string="\C\"] +\@{Label \IndicatedUnitLabel\}\ +value*[IncreaseSelectTemp::PicturePushButton, widget_ident=4646,parent_ident="Some 4641"] +\@{PicturePushButton \IncreaseSelectTemp\}\ +value*[DecreaseSelectTemp::PicturePushButton, widget_ident=4647,parent_ident="Some 4641"] +\@{PicturePushButton \DecreaseSelectTemp\}\ + +value*[CabinTempPanel::Panel, widget_ident=4641] +\@{Panel \CabinTempPanel\}\ + +value*[Layer66::Layer, layer_id=66, widgets_tree="{CabinTempPanel, DecreaseSelectTemp, IncreaseSelectTemp, IndicatedUnitLabel, IndicatedTempDRO, TemperatureSelectedPointer, TemperatureIndicatedPointer, TemperatureCelciusScale}"] +\@{Layer \Layer66\}\ + +value*[CabineTemperature::Window, application_id="0x6788", contained_layers="{@{Layer \Layer66\}}"] +\@{Window \CabineTemperature\}\ + +end \ No newline at end of file