Skip to content

Hook pps ts tests - #1053

Draft
windrad6 wants to merge 4 commits into
masterfrom
hook-pps-ts-tests
Draft

Hook pps ts tests#1053
windrad6 wants to merge 4 commits into
masterfrom
hook-pps-ts-tests

Conversation

@windrad6

@windrad6 windrad6 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Add a test for the pps_ts hook
Update the way timetags are caluclated in the hook
Add option to use the incoming sample time tag instead of CLOCK_REALTIME

Signed-off-by: Manuel <post@cl0.de>
Comment thread lib/hooks/pps_ts.cpp Outdated
HORIZON,
} mode;

enum TimeSource { CLOCK_RELATIME, SAMPLE } timeSource;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enum TimeSource { CLOCK_RELATIME, SAMPLE } timeSource;
enum class TimeSource { CLOCK_RELATIME, SAMPLE } timeSource;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants