class QucEquipmentModel : public CorPersistent a model of an instrument equipment
| | KeyName $Id: QucEquipmentModel |
| | getDirection () |
| | getName () |
| | getParameter ( const RWCString& aName ) |
| | getSig () |
| | getType () |
| | getWaveBand ( double& aLowerLimit, double& anUpperLimit ) |
| | getWaveBand ( QucUnitType aUnit, double& aLowerLimit, double& anUpperLimit ) |
| | makeClone () |
| | operator= ( const QucEquipmentModel& aRef ) |
| | QucEquipmentModel ( const RWCString& aName, QucTransform aTransform = QucEM_GEOM_TRANSFORM ) |
| | readIDF ( DfcIdf& anIDF ) |
| | setDirection ( const QucDirection& aDir ) |
| | setName ( const RWCString& aName ) |
| | setParameter ( const RWCString& aName, const DfcValue& aValue ) |
| | setTransform ( QucTransform aType ) |
| | setType ( const RWCString& aType ) |
| | setWaveBand ( double aLowerBound, double anUpperBound ) |
| | stream ( CorStream& aStream ) |
| | transform ( const QucObservationModel& anObservation, const RWCString& aMode = "all" ) |
| | writeIDF ( DfcIdf& anIDF ) |
| | ~QucEquipmentModel () |
| | Purpose Query the name of this equipment |
| | Purpose Set the direction of this equipment |
| | Purpose Query the name of this equipment |
| | Purpose The d'tor |
| | getSig () |
| | leafTransform ( const QucObservationModel& anObservation, const RWCString& aMode = "all" ) |
| | QucEquipmentModel ( const QucEquipmentModel& aRef ) |
| | Purpose Query the signature of this equipment |
| | Purpose Make a clone of this instance |
| | utest_QucEquipmentModel (CorUnitTest&) Purpose Query the signature of this equipment |
a model of an instrument equipment
SYNOPSIS
#include <QucEquipmentModel.h>
QucEquipmentModel myObject;
DESCRIPTION
This is the base class of all instruments.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
<optional>
CorBase
Preconditions Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
Preconditions Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
QucEquipmentModel& operator=( const QucEquipmentModel& aRef )
virtual ~QucEquipmentModel()
The d'tor.
virtual QucObservationModel transform( const QucObservationModel& anObservation, const RWCString& aMode = "all" )
RWCString getName()
Query the name of this equipment.
This function returns the name of this instance.
void setName( const RWCString& aName )
RWCString getType()
Query the name of this equipment.
This function returns the type of this instance.
void setType( const RWCString& aType )
void setWaveBand( double aLowerBound, double anUpperBound )
void getWaveBand( double& aLowerLimit, double& anUpperLimit )
virtual void getWaveBand( QucUnitType aUnit, double& aLowerLimit, double& anUpperLimit )
void setTransform( QucTransform aType )
void setDirection( const QucDirection& aDir )
QucDirection getDirection()
Set the direction of this equipment.
const DfcParameter* getParameter( const RWCString& aName )
void setParameter( const RWCString& aName, const DfcValue& aValue )
virtual void stream( CorStream& aStream )
virtual CorBool readIDF( DfcIdf& anIDF )
virtual void writeIDF( DfcIdf& anIDF )
virtual CorPersistent* makeClone()
Make a clone of this instance.
This function retutns a pointer to a newly created instance that has the same
properties as this one.
QucEquipmentModel( const RWCString& aName, QucTransform aTransform = QucEM_GEOM_TRANSFORM )
QucEquipmentModel( const QucEquipmentModel& aRef )
virtual QucObservationModel leafTransform( const QucObservationModel& anObservation, const RWCString& aMode = "all" )
DfcSignature& getSig()
Query the signature of this equipment.
This function returns the signature of this equipment model.
const DfcSignature& getSig()
friend void utest_QucEquipmentModel(CorUnitTest&)
Query the signature of this equipment.
This function returns the signature of this equipment model.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de