Skip to content
Snippets Groups Projects
  • jsiegle's avatar
    6ea36303
    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
    History
    Save hardware timestamps in RecordNode
    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