Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - OS - Network - NetPort - NetPortManagerBodyC
 

  PUBLIC
NetPortManagerBodyC::NetPortManagerBodyC(const StringC &)
NetPortManagerBodyC::Lookup(const StringC &)
NetPortManagerBodyC::Register(const StringC &,NetISPortServerBaseC &)
NetPortManagerBodyC::Unregister(const StringC &)
NetPortManagerBodyC::Open(const StringC &)
NetPortManagerBodyC::Run(void)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   NetPortManagerBodyC   
 
Net port manager.
 
include "Ravl/OS/NetPortManager.hh"
Source file:Ravl/OS/Network/NetPortManager.hh
User Level:Develop
Library:RavlNet
In Scope:RavlN

Parent Classes: Variables:
StringC name;
Table of iports.

HashC iports;

RWLockC access;

bool managerOpen;

SocketC sktserv;

Methods:
NetPortManagerBodyC(const StringC & name)
Constructor.

NetISPortServerBaseC Lookup(const StringC & name)
Search for port in table.

bool Register(const StringC & name,NetISPortServerBaseC & ips)
Register new port.

bool Unregister(const StringC & name)
Unregister port.

bool Open(const StringC & addr)
Open manager at address.

bool Run()
Run port manager.

#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, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002