DOwnbt.h

Classes

wnbt -- This class gives Glish to wnb test connection (full description)

class wnbt : public ApplicationObject

Interface

Public Members
wnbt()
wnbt(const wnbt &other)
wnbt &operator=(const wnbt &other)
~wnbt()
virtual String className() const
virtual Vector<String> methods() const
virtual MethodResult runMethod(uInt which, ParameterSet &parameters, Bool runMethod)
virtual Vector<String> noTraceMethods() const
Private Members
Int find(Array<Double> &rsa, Double mapLim=0.1, Bool afind=False)

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Distributed Object and wnb and test

Synopsis

The class makes the connection between wnb test programs and Glish

Motivation

To provide a direct user interface between the user and some tests

To Do

Member Description

wnbt()

wnbt(const wnbt &other)

wnbt &operator=(const wnbt &other)

~wnbt()

virtual String className() const
virtual Vector<String> methods() const
virtual MethodResult runMethod(uInt which, ParameterSet &parameters, Bool runMethod)

Required Tasking methods

virtual Vector<String> noTraceMethods() const

Stop tracing

Int find(Array<Double> &rsa, Double mapLim=0.1, Bool afind=False)

Find a set of stringest sources. Sources found must be positive amplitude unless the afind (absolute find) switch is set. Only sources stronger than mapLim * strongest source in list will be found. Returned is the number of sources found.