FGInt Switches: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Sidebar
{{Sidebar
| name = GUI Navbar
| name = GUI Navbar
| title = FG Int Objects Modules
| title = FG Int Switches Classes
| contentstyle = text-align: left;
| contentstyle = text-align: left;
| content1 = '''Modules Classes'''
| content1 = * [[Switch Class]]
* [[FGInt Segment Display]]
* [[FGInt SwitchLight]]
* [[FGInt Switches]]
* [[FGInt Rotary Encoder]]
| content2 = '''Switches Class'''
* [[Switch Class]]
* [[DoubleSwitch Class]]
* [[DoubleSwitch Class]]
* [[RotarySwitch Class]]
* [[RotarySwitch Class]]
* [[ToogleSwitch Class]]
* [[ToogleSwitch Class]]
| content9 = '''Navigation'''
| content9 = '''Navigation'''
* [[FG Int Objects Modules]]
* [[FG interface]]
* [[FG interface]]
}}
}}


'''''Switches''''' classes will be used to manage standard switches and is based on the MCP23017 chipset.
'''''Switches''''' classes will be used to manage standard switches and is based on the MCP23017 chipset.
Switches classes are grouped in the FGIntSwitch library. With this library you will be able to manage :
Switches classes are grouped in the '''FGIntSwitch''' library. With this library you will be able to manage :
* [[Switch Class ]]: used to manage standard switch 2 positions
* [[Switch Class ]]: used to manage standard switch 2 positions
* [[ DoubleSwitch Class ]]: used to manage standard switch 3 positions
* [[ DoubleSwitch Class ]]: used to manage standard switch 3 positions
* [[ RotarySwitch class ]]: used to manage rotary switch with n positions
* [[RotarySwitch Class]] : used to manage rotary switch with n positions
* [[ ToogleSwitch class ]]: used to manage push button switch (momentary switch)
* [[ToogleSwitch Class]] : used to manage push button switch (momentary switch)
 
[[Category:FG Interface]]

Latest revision as of 18:48, 2 September 2022

Switches classes will be used to manage standard switches and is based on the MCP23017 chipset. Switches classes are grouped in the FGIntSwitch library. With this library you will be able to manage :