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

  PUBLIC
SignalInterConnect1BodyC::SignalInterConnect1BodyC(void)
SignalInterConnect1BodyC::SignalInterConnect1BodyC(Signal0C &,Signal1C &)
SignalInterConnect1BodyC::Invoke(DataT &)
SignalInterConnect1BodyC::Invoke(void)
SignalConnector1BodyC::Invoke(DataT &)
SignalConnector1BodyC::Invoke(void)
SignalInterConnect0BodyC::Disconnect(void)
SignalInterConnect0BodyC::Invoke(void)
SignalInterConnect0BodyC::Target(void)
SignalInterConnect0BodyC::Target(void) const
SignalConnector0BodyC::Disconnect(void)
SignalConnector0BodyC::Invoke(void)
SignalConnector0BodyC::IsConnected(void) const
DLinkC::SetSelfPointing(void)
DLinkC::IsSelfPointing(void) const
DLinkC::Next(void) const
DLinkC::Prev(void) const
DLinkC::Next(void)
DLinkC::Prev(void)
DLinkC::Reverse(void)
DLinkC::LinkBef(DLinkC &)
DLinkC::LinkAft(DLinkC &)
DLinkC::Unlink(void)
DLinkC::CutPaste(DLinkC &,DLinkC &)
SignalConnector0BodyC::Disconnect(void)
SignalConnector0BodyC::Invoke(void)
SignalConnector0BodyC::IsConnected(void) const
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)

   SignalInterConnect1BodyC<class DataT>   
 
Signal 1 inter connector.
 
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: Methods:
SignalInterConnect1BodyC()
Constructor.

SignalInterConnect1BodyC(Signal0C & from,Signal1C<DataT> & targ)
Constructor.

bool Invoke(DataT &)
Invoke signal, with value.

bool Invoke()
Invoke signal, with default value.

bool Invoke(DataT &)
Pass signal on.

bool Invoke()
Pass signal on, use default value.

#include "Ravl/Threads/Signal.hh"
void Disconnect()
Disconnect from input list.

bool Invoke()
Invoke signal.

Signal0BodyC & Target()
Get target for connection.

const Signal0BodyC & Target() const
Get target for connection.

void Disconnect()
Disconnect from input list.

bool Invoke()
Pass signal on.

bool IsConnected() const
Test if connection is made

#include "Ravl/DLink.hh"
void SetSelfPointing()
Set both links to point to this object.

bool IsSelfPointing() const
Returns TRUE if the next element is this element.

const DLinkC & Next() const
Returns the next element in a constant list.

const DLinkC & Prev() const
Returns the previous element in a constant list.

DLinkC & Next()
Returns the next element in a list.

DLinkC & Prev()
Returns the previous element in a list.

void Reverse()
Swap links.
Swaps the links in all chain elements exchanging meaning of "successor" and "predecessor".

DLinkC & LinkBef(DLinkC & elm)
Links 'elm' before the element.
The links of 'elm' need not to be proper links.

DLinkC & LinkAft(DLinkC & elm)
Links 'elm' after this element.
The links of 'elm' need not to be proper links.

DLinkC & Unlink()
Unlinks the list element from the list.
The predecessor and the successor of this element will be linked to each other. However, the links of this element stay unchanged. Returns this list element.

void CutPaste(DLinkC & firstCut,DLinkC & firstNotCut)
Splice list elements between firstCut, and firstNotCut into this list.
Cuts the chain of double links elements starting at 'firstCut' and ending at the element previous of 'firstNotCut' from a chain. The rest of the chain is linked together again. The cut part is linked in after this element.

#include "Ravl/Threads/Signal.hh"
void Disconnect()
Disconnect from input list.

bool Invoke()
Pass signal on.

bool IsConnected() const
Test if connection is made

#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