#include <BdsD.h>
Public Member Functions | |
ChannelInfo (Station pstation=Station(), Location plocation=Location(), Channel pchannel=Channel(), BString psource=BString(), Digitiser pdigitiser=Digitiser(), Sensor psensor=Sensor(), SensorLocation psensorLocation=SensorLocation(), Calibration pcalibration=Calibration(), BList< Response > presponses=BList< Response >()) | |
Public Attributes | |
Station | station |
The Station info. | |
Location | location |
The Station location. | |
Channel | channel |
The Channel data. | |
BString | source |
The data source. | |
Digitiser | digitiser |
The Digitiser in use. | |
Sensor | sensor |
The Sensor in use. | |
SensorLocation | sensorLocation |
The Sensor's location. | |
Calibration | calibration |
The Calibration info. | |
BList< Response > | responses |
The list of frequency responses. |
Bds::ChannelInfo::ChannelInfo | ( | Station | pstation = Station() , |
|
Location | plocation = Location() , |
|||
Channel | pchannel = Channel() , |
|||
BString | psource = BString() , |
|||
Digitiser | pdigitiser = Digitiser() , |
|||
Sensor | psensor = Sensor() , |
|||
SensorLocation | psensorLocation = SensorLocation() , |
|||
Calibration | pcalibration = Calibration() , |
|||
BList< Response > | presponses = BList< Response >() | |||
) |
The Channel data.
The Digitiser in use.
The Station location.
BList<Response > Bds::ChannelInfo::responses |
The list of frequency responses.
The Sensor in use.
The Sensor's location.
BString Bds::ChannelInfo::source |
The data source.
The Station info.