-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from ethz-asl/feature/resetTranslationFunction
Added DeviceTimeTranslator::resetTranslation method.
- Loading branch information
Showing
3 changed files
with
22 additions
and
3 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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>cuckoo_time_translator</name> | ||
<version>0.0.2</version> | ||
<version>0.0.3</version> | ||
<description>This library intends to do most of the dirty work required within a device driver that emoploys one way device time translation. | ||
This includes: | ||
* handling the one way translator | ||
* sending special timing messages (DeviceTimestamp) for debugging and evaluation (e.g. with ctt_introspect in the cuckoo_time_translator_python package) | ||
* provide dynamic confiugration for the one way translation algorithm | ||
* provide dynamic configuration for the one way translation algorithm | ||
</description> | ||
|
||
<author email="[email protected]">Hannes Sommer</author> | ||
|
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