User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - OS - Signals - Signal3BodyC<class Data1T,class Data2T,class Data3T>
 

  PUBLIC
Signal3BodyC::Signal3BodyC(const Data1T &,const Data2T &,const Data3T &)
Signal3BodyC::Invoke(Data1T &,Data2T &,Data3T &)
Signal3BodyC::Invoke(Data1T &,Data2T &)
Signal3BodyC::Invoke(Data1T &)
Signal3BodyC::Invoke(void)
Signal2BodyC::Invoke(Data1T &,Data2T &)
Signal2BodyC::Invoke(Data1T &)
Signal2BodyC::Invoke(void)
Signal1BodyC::Invoke(DataT &)
Signal1BodyC::Invoke(void)
Signal0BodyC::Invoke(void)
Signal0BodyC::Disconnect(Signal0C &)
Signal0BodyC::FindInterConnect(const Signal0C &)
Signal0BodyC::DisconnectAll(void)
Signal0BodyC::DisconnectInputs(void)
Signal0BodyC::DisconnectOutputs(void)
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   Signal3BodyC<class Data1T,class Data2T,class Data3T>   
 
Signal 1 body.
 
include "Ravl/Threads/Signal3.hh"
Created:23/09/1999 
User Level:Develop
Library:RavlThreads
Example:exSignal2.cc
In Scope:RavlN

Parent Classes: Variables:
Methods:
Signal3BodyC(const Data1T & def1,const Data2T & def2,const Data3T & def3)
Constructor.

bool Invoke(Data1T & v1,Data2T & v2,Data3T & v3)
Send signal with value.

bool Invoke(Data1T & v1,Data2T & v2)
Send signal with value.

bool Invoke(Data1T & v1)
Send signal with value.

bool Invoke()
Send signal with default value where needed.

#include "Ravl/Threads/Signal2.hh"
bool Invoke(Data1T & v1,Data2T & v2)
Send signal with value.

bool Invoke(Data1T & v1)
Send signal with value.

bool Invoke()
Send signal with default value where needed.

#include "Ravl/Threads/Signal1.hh"
bool Invoke(Data1T & v)
Send signal with value.

bool Invoke()
Send signal with default value where needed.

#include "Ravl/Threads/Signal.hh"
bool Invoke()
Send default signal.

bool Disconnect(Signal0C & targ)
Disconnect other signal from this one.
'targ' must be the target of the signal.

SignalInterConnect0C FindInterConnect(const Signal0C & targ)
Find interconnection between this and 'targ'.

void DisconnectAll()
Disconnect all signals.

void DisconnectInputs()
Disconnect all inputs to this signal.

void DisconnectOutputs()
Disconnect all outputs from this signal.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 23/09/1999, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002