BdsApi 3.1.4
This is the Blacknest BDS API.
|
This class provides full Metadata information on a channel. More...
#include <BdsD.h>
Public Member Functions | |
ChannelInfo (BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), Station station=Station(), Location stationLocation=Location(), Channel channel=Channel(), Location channelLocation=Location(), BString source=BString(), Digitiser digitiser=Digitiser(), Sensor sensor=Sensor(), Calibration calibration=Calibration(), BList< Response > responses=BList< Response >()) | |
Public Attributes | |
BTimeStamp | startTime |
The Start Time. More... | |
BTimeStamp | endTime |
The End Time. More... | |
Station | station |
The Station info. More... | |
Location | stationLocation |
The Station location. More... | |
Channel | channel |
The Channel data. More... | |
Location | channelLocation |
The Channel location. More... | |
BString | source |
The data source. More... | |
Digitiser | digitiser |
The Digitiser in use. More... | |
Sensor | sensor |
The Sensor in use. More... | |
Calibration | calibration |
The Calibration info. More... | |
BList< Response > | responses |
The list of frequency responses. More... | |
This class provides full Metadata information on a channel.
This returns the Metadata available for a channel over a particular time period. There are likely to be multiple ChannelInfo objects over larger time periods, one for each change in Metadata. The ChannelInfos object contains an array of these ChannelInfo objects.
Bds::ChannelInfo::ChannelInfo | ( | BTimeStamp | startTime = BTimeStamp() , |
BTimeStamp | endTime = BTimeStamp() , |
||
Station | station = Station() , |
||
Location | stationLocation = Location() , |
||
Channel | channel = Channel() , |
||
Location | channelLocation = Location() , |
||
BString | source = BString() , |
||
Digitiser | digitiser = Digitiser() , |
||
Sensor | sensor = Sensor() , |
||
Calibration | calibration = Calibration() , |
||
BList< Response > | responses = BList<Response >() |
||
) |
BTimeStamp Bds::ChannelInfo::startTime |
The Start Time.
BTimeStamp Bds::ChannelInfo::endTime |
The End Time.
BString Bds::ChannelInfo::source |
The data source.
Calibration Bds::ChannelInfo::calibration |
The Calibration info.