-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: WHAT? Implement function to get time from activated PPS source WHY? Remove dependency on linuxptp by rewriting ts2phc.c (T196935923) Considerations: - Why so many tests for seemingly trivial things? - Type conversions, state logic and magic math is very error prone Differential Revision: D63091044
- Loading branch information
1 parent
4d61e17
commit 63298a7
Showing
4 changed files
with
298 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
mockname: "Mock{{.InterfaceName}}" | ||
filename: "{{.InterfaceName | lower}}_mock.go" | ||
inpackage: True | ||
dir: "." | ||
packages: | ||
github.com/facebook/time/phc: | ||
interfaces: | ||
DeviceController: |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.