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

NotifierDebug Element Documentation

NAME

NotifierDebug — Click element; useful for debugging notification

SYNOPSIS

NotifierDebug()

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Responds to each packet by pushing it unchanged out its first output. The purpose of this element is that it provides a "signal" handler, which reports the unparsed version of the appropriate notification signal. If the element is in a push context, this is the downstream full signal; if it's in a pull context, this is the upstream empty signal.

ELEMENT HANDLERS

  • signal (read-only) — Returns the unparsed version of the signal.

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

Clone this wiki locally