BdsApi  2.0.11
Public Member Functions | List of all members
Bds::ResponseEdit Class Reference

Response Editor object. More...

#include <BdsLib.h>

Inheritance diagram for Bds::ResponseEdit:
Bds::Response

Public Member Functions

 ResponseEdit (const Response &response)
 
 ~ResponseEdit ()
 
BString getString ()
 
void setString (BString str)
 
- Public Member Functions inherited from Bds::Response
 Response (BUInt32 pid=0, BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString pnetwork=BString(), BString pstation=BString(), BString pchannel=BString(), BString psource=BString(), BUInt32 pstage=0, BString pname=BString(), BString ptype=BString(), PoleZero ppoleZeros=PoleZero(), BArray< Fap > pfaps=BArray< Fap >(), Fir pfir=Fir(), BFloat64 pgain=0, BFloat64 pgainFrequency=0, BString pstageType=BString(), BFloat64 pdecimation=0, BString psymmetry=BString(), BString pdescription=BString(), BInt32 pmeasured=0, BFloat64 psampleRate=0)
 

Additional Inherited Members

- Public Attributes inherited from Bds::Response
BUInt32 id
 The ID. More...
 
BTimeStamp startTime
 The Start Time. More...
 
BTimeStamp endTime
 The End Time the channel was available. More...
 
BString network
 The Network/Organisation Name. More...
 
BString station
 The station. More...
 
BString channel
 The channel. More...
 
BString source
 The source. More...
 
BUInt32 stage
 The stage. More...
 
BString name
 The response name. (Anti-Aliasing filter, Digitiser, post filter etc) More...
 
BString type
 The type of response (PoleZero,AmplitudePhase or FIR Coefficients) More...
 
PoleZero poleZeros
 PoleZero, AmplitudePhase or FIR Coefficient data. More...
 
BArray< Fapfaps
 The Frequency/Amplitude/Phase table. More...
 
Fir fir
 The FIR filters coefficients. More...
 
BFloat64 gain
 Overall gain at gain frequency. (For information) (Do we need this ?) More...
 
BFloat64 gainFrequency
 Frequency that gain is valid for. (For information) (Do we need this ?) More...
 
BString stageType
 The stage type: A - Analog (rad/sec), B - Analog (Hz), C - Composite, D - Digital. More...
 
BFloat64 decimation
 Decimation performed post filter. More...
 
BString symmetry
 Symmetry for FIR coefficients (A = asymmetric, B = symmetric[odd], C = symmetric[even]) ?? More...
 
BString description
 Misc description. More...
 
BInt32 measured
 If response was a measured response. More...
 
BFloat64 sampleRate
 The stage's sample rate. More...
 

Detailed Description

Response Editor object.

Constructor & Destructor Documentation

Bds::ResponseEdit::ResponseEdit ( const Response response)
Bds::ResponseEdit::~ResponseEdit ( )

Member Function Documentation

BString Bds::ResponseEdit::getString ( )
void Bds::ResponseEdit::setString ( BString  str)

The documentation for this class was generated from the following files: