mt4cpp Code
boost::thread (and C++11 threads) extensions, e.g. active object
Status: Alpha
Brought to you by:
rnowak2
File | Date | Author | Commit |
---|---|---|---|
examples | 2013-01-29 |
![]() |
[6be18e] examples |
html | 2013-01-29 |
![]() |
[9aa2c5] doc generator |
install | 2013-01-29 |
![]() |
[9aa2c5] doc generator |
sandbox | 2015-01-22 |
![]() |
[fdedd8] decrementacja lidera do sekcji krytycznej |
src | 2015-03-20 |
![]() |
[3b3ca4] keys() for command history |
tags | 2015-03-20 |
![]() |
[dd702c] tagging ver 0.03 (again) |
tests | 2015-03-20 |
![]() |
[3b3ca4] keys() for command history |
README.txt | 2015-03-20 |
![]() |
[0a3253] ver 03 finished |
SConstruct | 2015-03-20 |
![]() |
[b54e67] beg ver 4 (again) |
The C++ header-only library for multi-thread programs. Based on Boost and provides additional features: active object design pattern, command queues, serial port with timeout. Folder descriptions: mt4cpp - the library (header only) examples - examples src - sources tests - unit tests sandbox - algorithm Leader/Followers, authors: P.Guz, T.Ciolkowski Changelog: 0.01 ---- + active object (scheduler) based on Boost.Thread 0.02 ---- + serial port with timeout 0.03 ---- + C++11 mode + Boost 1.57 + CommandHistory::keys() method