# HG changeset patch # User paul # Date 2016-02-03 15:05:45 # Node ID 95dc36087a621c879ef57c7d00e549efd210f757 # Parent 3616e7d285c0fbba0973b92626bdc2ff03cfc133 3.0.0.17 diff --git a/src/wf_handler.c b/src/wf_handler.c --- a/src/wf_handler.c +++ b/src/wf_handler.c @@ -953,6 +953,15 @@ void applyCorrection( double correction void snapshot_resynchronization( unsigned char *timePtr ) { + /** This function compute a correction to apply on delta_snapshot. + * + * + * @param timePtr is a pointer to the acquisition time of the snapshot being considered. + * + * @return void + * + */ + static double correction = 0.; static resynchro_state state = MEASURE;