FGInt Switches: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Initial Création)
 
mNo edit summary
 
(8 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]]
* [[DoubleSwitch Class]]
* [[FGInt SwitchLight]]
* [[RotarySwitch Class]]
* [[FGInt Switches]]
* [[ToogleSwitch Class]]
* [[FGInt Rotary Encoder]]
| content9 = '''Navigation'''
| content9 = '''Navigation'''
* [[FG Int Objects Modules]]
* [[FG interface]]
* [[FG interface]]
}}
}}


'''''Switches''''' classes will be used to manage standard switches with 2 or 3 positions 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 :