albertzl / artisan

Automatically exported from code.google.com/p/artisan
GNU General Public License v3.0
0 stars 0 forks source link

Code review request #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Eliminate problem of samples being taken on uneven time boundaries.
Current code adds the time required to perform the sample to the
cycle time, so that sample times do not correspond with user-
specified sampling interval.

branches/TRY-JimG-TC4arduino/trunk/artisan.py, revision 637

When reviewing my code changes, please focus on:
SampleThread.sample() function

Added trigger that is incremented by aw.qmc.delay/1000. so that
samples will all fall at even multiples of user-specified sampling
cycle time.

After the review, I'll merge this branch into:
trunk/

Original issue reported on code.google.com by pidk...@gmail.com on 24 Jun 2011 at 3:45

GoogleCodeExporter commented 9 years ago
Made changes per comments received.

Original comment by pidk...@gmail.com on 25 Jun 2011 at 7:13