40#include <drain/prog/CommandInstaller.h>
70 mout.
debug(
"starting add(), thread #", ctx.getName());
73 add(composite, RackContext::CURRENT,
true);
75 mout.
debug(
"ended add(), thread #", ctx.getName());
99 getParameters().link(
"weight", this->weight = weight,
"0...1");
114 add(composite, RackContext::CURRENT,
true);
LogSourc e is the means for a function or any program segment to "connect" to a Log.
Definition Log.h:312
Logger & debug(const TT &... args)
Debug information.
Definition Log.h:666
void copyStruct(const ReferenceMap &m, const T &src, T &dst, extLinkPolicy policy=RESERVE)
Experimental. Copies references and values of a structure to another.
Definition ReferenceMap.h:399
@ LINK
Definition ReferenceMap.h:384
Definition cartesian-add.h:94
virtual void exec() const
Run the command with current parameter values.
Definition cartesian-add.h:108
Creates a single-radar Cartesian data set (2D data of both quantity and quality).
Definition cartesian-add.h:56
virtual void exec() const
Run the command with current parameter values.
Definition cartesian-add.h:63
Cartesian composite (mosaic) of data from several radars.
Definition Composite.h:102
Definition composite.h:58
void add(Composite &composite, int inputFilter, bool updateSelector=true) const
Definition composite.cpp:113
Resources provided separately for each thread.
Definition resources.h:67
Composite & getComposite(Hi5RoleFlagger::ivalue_t filter)
Definition resources.cpp:196
Definition DataSelector.cpp:44