GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
virtual Int_t ADF::NarvalInterface::AttachInput ( FrameBlock ,
Int_t  = -1 
)
inlinevirtualinherited

Attach a block as input for a given slot number.

slot < 0 means attach it on the top of the stack in case the actor can handle many input. As a consequence, GetNbInput is increased by 1. The returned value is the slot position if slot < 0 and >= GetNbInput, the block cannot be attached and it returns -1

Reimplemented in ADF::NarvalFilter, ADF::NarvalConsumer, and Gw::BasicReplica.

Definition at line 122 of file NarvalInterface.h.