Added comment.

This commit is contained in:
Nikolai Kochetov 2020-09-07 12:47:59 +03:00
parent 29918c9411
commit 382ebc700e

View File

@ -35,6 +35,9 @@ public:
Status prepare() override;
void work() override;
/// Adds additional port fo totals.
/// If added, totals will have been ready by the first generate() call (in totals chunk).
InputPort * addTotalsPort();
InputPort & getInputPort() { return input; }