//##---------------- Public methods ----------------##//
...
...
@@ -53,6 +70,11 @@ namespace LOFAR
ASSERTSTR(test(),"Delay compensation engine is broken");
init();
// Log TAI_UTC table information to inform the user about the age of the delay information we're about to use
structIERS_tablestatsstats=get_IERS_tablestats();
LOG_INFO_STR("Using IERS table "<<stats.realpath<<", last entry is "<<time2str(stats.last_entry_timestamp)<<", table written on "<<time2str(stats.last_fs_modification));