<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.ethersex.de/index.php?action=history&amp;feed=atom&amp;title=Global_Variables_%28Deutsch%29</id>
		<title>Global Variables (Deutsch) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.ethersex.de/index.php?action=history&amp;feed=atom&amp;title=Global_Variables_%28Deutsch%29"/>
		<link rel="alternate" type="text/html" href="http://www.ethersex.de/index.php?title=Global_Variables_(Deutsch)&amp;action=history"/>
		<updated>2026-04-04T01:45:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.ethersex.de/index.php?title=Global_Variables_(Deutsch)&amp;diff=1658&amp;oldid=prev</id>
		<title>Kpwg: Created page with &quot;{{i18n|Global Variables}} '''Globale Variablen''' werden in  Control6 folgendermaßen deklariert:   ECMD_GLOBAL(&lt;name&gt;, &lt;initialwert&gt;, [datentyp]);  Di...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.ethersex.de/index.php?title=Global_Variables_(Deutsch)&amp;diff=1658&amp;oldid=prev"/>
				<updated>2016-01-30T19:31:59Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{i18n|Global Variables}} &amp;#039;&amp;#039;&amp;#039;Globale Variablen&amp;#039;&amp;#039;&amp;#039; werden in &lt;a href=&quot;/index.php/Control6_(Deutsch)&quot; title=&quot;Control6 (Deutsch)&quot;&gt; Control6&lt;/a&gt; folgendermaßen deklariert:   ECMD_GLOBAL(&amp;lt;name&amp;gt;, &amp;lt;initialwert&amp;gt;, [datentyp]);  Di...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{i18n|Global Variables}}&lt;br /&gt;
'''Globale Variablen''' werden in [[Control6_(Deutsch) | Control6]] folgendermaßen deklariert:&lt;br /&gt;
&lt;br /&gt;
 ECMD_GLOBAL(&amp;lt;name&amp;gt;, &amp;lt;initialwert&amp;gt;, [datentyp]);&lt;br /&gt;
&lt;br /&gt;
Die Angabe des Datentyps ist optional. Wenn kein Datentyp angegeben ist, wird uint8_t verwendet.&lt;br /&gt;
&lt;br /&gt;
Beispiel:&lt;br /&gt;
 ECMD_GLOBAL(zaehler, 0, uint16_t);&lt;br /&gt;
&lt;br /&gt;
Auf diese Weise deklarierte globale Variablen können per [[ECMD_(Deutsch) | ECMD]] abgefragt werden:&lt;br /&gt;
&lt;br /&gt;
 c6 get zaehler&lt;br /&gt;
&lt;br /&gt;
oder gesetzt werden: &lt;br /&gt;
&lt;br /&gt;
 c6 set zaehler 0&lt;br /&gt;
&lt;br /&gt;
==Beispiele==&lt;br /&gt;
*siehe [[Counter_(Deutsch) | Counter]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Control6]]&lt;/div&gt;</summary>
		<author><name>Kpwg</name></author>	</entry>

	</feed>