Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

AdjustTimestamp Element Documentation

NAME

AdjustTimestamp — Click element; adjust the time in the packet's timestamp annotation

SYNOPSIS

AdjustTimestamp(TIME [, keywords FIRST, ALL])

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Adjust the packet's timestamp annotation by adding TIME (a possibly-negative time value). Zero-valued timestamps are not changed by default.

Keyword arguments are:

  • FIRST — Boolean. If true, then adjust the packet's "first timestamp" annotation, not its timestamp annotation. Default is false.
  • ALL — Boolean. If true, adjust zero-valued timestamps as well as other timestamps. Default is false.

ELEMENT HANDLERS

  • time (read/write) — Return or set the TIME argument.

SEE ALSO

SetTimestamp, SetTimestampDelta

Generated by click-elem2man from ../elements/analysis/adjusttimestamp.hh:7 on 2018/10/03.

Clone this wiki locally