boolean has officially become bool as a type (but boolean will internally still be supported)
This commit is contained in:
parent
6083061422
commit
e728912b07
2 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
<chunk>
|
||||
<name>Weight on Wheels ("GND"/"AIR")</name>
|
||||
<type>boolean</type>
|
||||
<type>bool</type>
|
||||
<node>/fdm/acms/gear/wow</node>
|
||||
</chunk>
|
||||
|
||||
|
|
|
@ -34,15 +34,15 @@
|
|||
|
||||
<chunk>
|
||||
<name>autocoord</name>
|
||||
<type>boolean</type>
|
||||
<type>bool</type>
|
||||
<node>/sim/auto-coordination</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<!-- chunk>
|
||||
<name>clock</name>
|
||||
<type>string</type>
|
||||
<node>/instrumentation/clock/indicated-string</node>
|
||||
</chunk>
|
||||
</chunk -->
|
||||
|
||||
</output>
|
||||
|
||||
|
|
Loading…
Reference in a new issue