SinelaboreRT Header Logo

SinelaboreRT

As simple as possible, but not any simpler!

User Tools

Site Tools


wiki:news:10oct2013

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wiki:news:10oct2013 [2013/09/22 20:50] pmuellerwiki:news:10oct2013 [2013/09/22 20:51] pmueller
Line 50: Line 50:
  
 ===== Provide an own Instance Structure ===== ===== Provide an own Instance Structure =====
-Sometimes it makes sense to provide an own instance structure. In our example we want to store the baud rate, parity and other values relevant for each serial port. So the state machine can store there all local data and makes it "object oriented" this way.+Sometimes it makes sense to provide an own instance structure. In our example we want to store the baud rate, parity and other values relevant for each serial port.
  
 So first define an own struct in a file called ''own_inst_type.h'' (as an example). As you can see in the code below local data like the noRxBytes is defined there but also variables that are initialized just once like the bit rate which is more like a parameter. So first define an own struct in a file called ''own_inst_type.h'' (as an example). As you can see in the code below local data like the noRxBytes is defined there but also variables that are initialized just once like the bit rate which is more like a parameter.
wiki/news/10oct2013.txt · Last modified: 2022/08/17 19:44 by pmueller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki