<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dipl.-Ing. Bennet Gedan &#187; developement</title>
	<atom:link href="http://www.gedan.net/taxonomy/tags/developement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gedan.net</link>
	<description>Project Engineer (Electrical Engineering, Mechatronics)</description>
	<lastBuildDate>Wed, 20 Oct 2010 20:20:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Finite State Machine Matrix-Style-C-Implementation (Function Pointers Addon)</title>
		<link>http://www.gedan.net/2009/03/18/finite-state-machine-matrix-style-c-implementation-function-pointers-addon/</link>
		<comments>http://www.gedan.net/2009/03/18/finite-state-machine-matrix-style-c-implementation-function-pointers-addon/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 22:21:00 +0000</pubDate>
		<dc:creator>bgedan</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[c/cpp]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[developement]]></category>
		<category><![CDATA[state machine]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.gedan.net/?p=346</guid>
		<description><![CDATA[This is in an example of an implementation of a finite state automaton with function pointers to functions envoked on each state depending on state-machine inputs. The post follows my recent post regarding a state-event matrix implementation of state-machines.]]></description>
		<wfw:commentRss>http://www.gedan.net/2009/03/18/finite-state-machine-matrix-style-c-implementation-function-pointers-addon/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Finite State Machine Matrix-Style C Implementation</title>
		<link>http://www.gedan.net/2008/09/08/finite-state-machine-matrix-style-c-implementation/</link>
		<comments>http://www.gedan.net/2008/09/08/finite-state-machine-matrix-style-c-implementation/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 22:36:36 +0000</pubDate>
		<dc:creator>bgedan</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[c/cpp]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[developement]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[state machine]]></category>

		<guid isPermaLink="false">http://www.gedan.net/?p=46</guid>
		<description><![CDATA[In this article finite state machines are roughly explained and a special implementation approach with an state-event matrix is given.]]></description>
		<wfw:commentRss>http://www.gedan.net/2008/09/08/finite-state-machine-matrix-style-c-implementation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

