Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - OS - Signals - Signal1BodyC<class DataT>
 

  PUBLIC
Signal1BodyC::Signal1BodyC(const DataT &)
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)
Signal0BodyC::Connect(SignalConnector0BodyC &)
Signal0BodyC::Disconnect(SignalConnector0BodyC &)
Signal0BodyC::ConnectInput(SignalInterConnect0BodyC &)
Signal0BodyC::DisconnectInput(SignalInterConnect0BodyC &)
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)

   Signal1BodyC<class DataT>   
 
Signal 1 body.
 
include "Ravl/Threads/Signal1.hh"
Created:23/09/1999 
Source file:Ravl/OS/Threads/Tools/Signal1.hh
User Level:Develop
Library:RavlThreads
Example:exSignal1.cc
In Scope:RavlN

Parent Classes: Derived Classes: Variables:
DataT defaultVal;
Default data value.

Methods:
Signal1BodyC(const DataT & def)
Constructor.

bool Invoke(DataT & 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.

void Connect(SignalConnector0BodyC & con)
Connect a new output.

void Disconnect(SignalConnector0BodyC & con)
Disconnect an output.

void ConnectInput(SignalInterConnect0BodyC & in)
Connect an input.

void DisconnectInput(SignalInterConnect0BodyC & in)
Disconnect an input.

#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:30 2002