BdsApi
1.2.10
|
#include <BdsD.h>
Public Member Functions | |
ChannelInfo (BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), Station pstation=Station(), Location plocation=Location(), Channel pchannel=Channel(), BString psource=BString(), BString pdataType=BString(), Digitiser pdigitiser=Digitiser(), Sensor psensor=Sensor(), Calibration pcalibration=Calibration(), BList< Response > presponses=BList< Response >()) | |
Public Attributes | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time. | |
Station | station |
The Station info. | |
Location | location |
The Station location. | |
Channel | channel |
The Channel data. | |
BString | source |
The data source. | |
BString | dataType |
The DataType. | |
Digitiser | digitiser |
The Digitiser in use. | |
Sensor | sensor |
The Sensor in use. | |
Calibration | calibration |
The Calibration info. | |
BList< Response > | responses |
The list of frequency responses. |
Bds::ChannelInfo::ChannelInfo | ( | BTimeStamp | pstartTime = BTimeStamp() , |
BTimeStamp | pendTime = BTimeStamp() , |
||
Station | pstation = Station() , |
||
Location | plocation = Location() , |
||
Channel | pchannel = Channel() , |
||
BString | psource = BString() , |
||
BString | pdataType = BString() , |
||
Digitiser | pdigitiser = Digitiser() , |
||
Sensor | psensor = Sensor() , |
||
Calibration | pcalibration = Calibration() , |
||
BList< Response > | presponses = BList<Response >() |
||
) |
The Channel data.
BString Bds::ChannelInfo::dataType |
The DataType.
The Digitiser in use.
BTimeStamp Bds::ChannelInfo::endTime |
The End Time.
The Station location.
BList<Response > Bds::ChannelInfo::responses |
The list of frequency responses.
The Sensor in use.
BString Bds::ChannelInfo::source |
The data source.
BTimeStamp Bds::ChannelInfo::startTime |
The Start Time.
The Station info.