Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2014-11-21 | 1.6 kB | |
State Controller Library v1.2.2.zip | 2014-11-21 | 445.9 kB | |
State Controller Library v1.2.1.zip | 2014-10-28 | 445.5 kB | |
State Controller Library v1.2.zip | 2013-07-12 | 375.4 kB | |
Totals: 4 Items | 1.3 MB | 1 |
State Controller Library ======================== This library is implemented as a collection of platform-independent C++ source files. To get started (if you haven't done so already) download the latest ZIP of the library from the SourceForge page, and extract it to the desired location on your computer. There are three ways of using the library: 1) Directly include the (non-test) source files in your project, and build them with the rest of your project. 2) Build a static library (e.g. *.a or *.lib) of the source code and link your project to it. 3) Build a dynamic library (e.g. *.so or *.dll) of the source code and link your project to it. Due to the small and efficient nature of the library, one of the first two options is recommended. Very minimal benefit is expected from building a dynamic library. Note that as at release v1.2.2, the required (non-test) source files are simply state_controller.h and state_controller.cpp. Please refer to the Wiki for information on the library: https://sourceforge.net/p/statecontroller/wiki/ The library source code is well-commented for those who wish to look inside, and extensive Doxygen documentation is included in the release. The documentation can be found under: State Controller Library vX.X.X/doc/State Controller Library.html Or equivalently: State Controller Library vX.X.X/doc/out/html/index.html I welcome all feedback, suggestions and bug reports. If you improve or fix anything about the library then I encourage you to let me know so that the library can be improved for everyone! Email: pallgeuer[at]ais.uni-bonn.de Philipp Allgeuer