ntp+refclock: add functions to modify offset option

This commit is contained in:
Miroslav Lichvar
2024-03-07 16:19:04 +01:00
parent b0750136b5
commit 719c6f6a8a
7 changed files with 57 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ extern void RCL_Finalise(void);
extern int RCL_AddRefclock(RefclockParameters *params);
extern void RCL_StartRefclocks(void);
extern void RCL_ReportSource(RPT_SourceReport *report, struct timespec *now);
extern int RCL_ModifyOffset(uint32_t ref_id, double offset);
/* functions used by drivers */
extern void RCL_SetDriverData(RCL_Instance instance, void *data);