Calculate synchronization accuracy within the chull module
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 26 Mar 2010 20:31:25 +0000 (16:31 -0400)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Wed, 7 Apr 2010 16:11:38 +0000 (12:11 -0400)
commitab6edc6a1a55aefe52cfd9e610b5f21ee2029544
tree45cb9b4a78e57d05268fc6819a60131c1f36008d
parentb2da0724a95cdb911c07640268b65bd9c5b92010
Calculate synchronization accuracy within the chull module

Move the linear programming-based synchronization accuracy code from the eval
module to the chull module. This avoids having to break the chull module
encapsulation to access the hull points from the eval module. As before,
accuracy information is only available if the glpk library is available at
build time.

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
lttv/lttv/sync/data_structures.c
lttv/lttv/sync/data_structures.h
lttv/lttv/sync/event_analysis_chull.c
lttv/lttv/sync/event_analysis_chull.h
lttv/lttv/sync/event_analysis_eval.c
lttv/lttv/sync/event_analysis_eval.h
This page took 0.024231 seconds and 4 git commands to generate.