<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Zeitstufe]]></title><description><![CDATA[<p>Hallo zusammen,<br />
ich möchte eine definierte Zeit durch ein Binärsignal starten, nach Ablauf der Zeit wird ein Binärsignal ausgegeben.<br />
Sorry bin erst seit kurzem dabei, währe nett wenn Ihr mir helfen könntet.<br />
Gruß Klaus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/289641/zeitstufe</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 00:58:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/289641.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Jul 2011 02:33:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 02:33:20 GMT]]></title><description><![CDATA[<p>Hallo zusammen,<br />
ich möchte eine definierte Zeit durch ein Binärsignal starten, nach Ablauf der Zeit wird ein Binärsignal ausgegeben.<br />
Sorry bin erst seit kurzem dabei, währe nett wenn Ihr mir helfen könntet.<br />
Gruß Klaus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2090860</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2090860</guid><dc:creator><![CDATA[mk1995]]></dc:creator><pubDate>Sun, 10 Jul 2011 02:33:20 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 04:24:54 GMT]]></title><description><![CDATA[<p>Alles ist binär, das ist nur eine Darstellungsweise. Kannst du näher spezifizieren was du damit meinst? Sollst du vielleicht eine Ausgabe in Binärform machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2090864</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2090864</guid><dc:creator><![CDATA[cooky451]]></dc:creator><pubDate>Sun, 10 Jul 2011 04:24:54 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 16:01:40 GMT]]></title><description><![CDATA[<p>Ich brauche einfach nur den Code wie ich eine anzugsverzögerte Zeitstufe programmiere. Ich möchte ein Bit überwachen, wenn es über eine bestimmte Zeit ansteht gebe ich eine Störung aus.<br />
Gruß MK</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2091034</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2091034</guid><dc:creator><![CDATA[mk1995]]></dc:creator><pubDate>Sun, 10 Jul 2011 16:01:40 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 16:04:54 GMT]]></title><description><![CDATA[<p>Deine Angaben sind vollkommen unklar.<br />
Was ist eine &quot;anzugsverzögerte Zeitstufe&quot;? Worauf Programmierst du überhaupt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2091039</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2091039</guid><dc:creator><![CDATA[was??]]></dc:creator><pubDate>Sun, 10 Jul 2011 16:04:54 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 16:40:39 GMT]]></title><description><![CDATA[<p>Ich glaube er sucht einfach einen Timer (einschaltverzögert), oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2091055</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2091055</guid><dc:creator><![CDATA[ScyllaIllciz]]></dc:creator><pubDate>Sun, 10 Jul 2011 16:40:39 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 18:11:40 GMT]]></title><description><![CDATA[<p>ScyllaIllciz schrieb:</p>
<blockquote>
<p>Ich glaube er sucht einfach einen Timer (einschaltverzögert), oder?</p>
</blockquote>
<p>Keine Ahnung, ich verweise mal auf <a href="http://www.cplusplus.com/reference/clibrary/ctime/clock/" rel="nofollow">clock</a> bzw. <a href="http://www.cplusplus.com/reference/clibrary/ctime/" rel="nofollow">&lt;ctime&gt;</a>, in der Hoffnung dass das sein Problem löst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2091091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2091091</guid><dc:creator><![CDATA[cooky451]]></dc:creator><pubDate>Sun, 10 Jul 2011 18:11:40 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 21:06:33 GMT]]></title><description><![CDATA[<p>Richtig ScyllaIllciz das brauche ich.<br />
Bin ich da bei ctime richtig aufgehoben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2091154</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2091154</guid><dc:creator><![CDATA[mk1995]]></dc:creator><pubDate>Sun, 10 Jul 2011 21:06:33 GMT</pubDate></item><item><title><![CDATA[Reply to Zeitstufe on Sun, 10 Jul 2011 21:14:49 GMT]]></title><description><![CDATA[<p>Eventuell gibt es in den Betriebssystem-Funktionen etwas, was einfacher zu verwenden ist. Aber in Standard-C++ ist eine aktive Warteschleife per clock() oder time() das einzige, was mir auf Anhieb einfällt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2091158</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2091158</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Sun, 10 Jul 2011 21:14:49 GMT</pubDate></item></channel></rss>