Skip to content
Snippets Groups Projects
  1. Apr 26, 2013
  2. Apr 25, 2013
  3. Apr 24, 2013
  4. Apr 23, 2013
  5. Apr 22, 2013
  6. Apr 12, 2013
  7. Apr 10, 2013
  8. Apr 09, 2013
  9. Apr 08, 2013
    • jsiegle's avatar
      Save hardware timestamps in RecordNode · 6ea36303
      jsiegle authored
      Some caveats:
      - If a source doesn't generate its own timestamps, all timestamps will be
        zero. This is obviously bad, so we need a way to protect this
        from happening.
      - If there are multiple timestamps from different sources, they might
        conflict. Again, something needs to be done about this in the near future.
      - If only a 32-bit timestamp is given, it needs to be shifted by 8 bits
        to fit in our 64-bit timestamp slot
      6ea36303
Loading