@@ -953,6 +953,15 void applyCorrection( double correction | |||
|
953 | 953 | |
|
954 | 954 | void snapshot_resynchronization( unsigned char *timePtr ) |
|
955 | 955 | { |
|
956 | /** This function compute a correction to apply on delta_snapshot. | |
|
957 | * | |
|
958 | * | |
|
959 | * @param timePtr is a pointer to the acquisition time of the snapshot being considered. | |
|
960 | * | |
|
961 | * @return void | |
|
962 | * | |
|
963 | */ | |
|
964 | ||
|
956 | 965 | static double correction = 0.; |
|
957 | 966 | static resynchro_state state = MEASURE; |
|
958 | 967 |
General Comments 0
You need to be logged in to leave comments.
Login now